[slime-cvs] CVS slime/contrib
heller
heller at common-lisp.net
Sun Feb 10 17:09:51 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv18182
Modified Files:
slime-fancy.el
Log Message:
* slime-fancy.el: slime-fancy-inspector-init no longer exists, so
don't call it. Once loaded, it's also no longer possible to turn
the fancy inspector off.
--- /project/slime/cvsroot/slime/contrib/slime-fancy.el 2007/09/28 13:05:35 1.4
+++ /project/slime/cvsroot/slime/contrib/slime-fancy.el 2008/02/10 17:09:51 1.5
@@ -31,9 +31,8 @@
(require 'slime-editing-commands)
(slime-editing-commands-init)
-;; Makes the inspector fancier.
+;; Makes the inspector fancier. (Once loaded, can't be turned off.)
(require 'slime-fancy-inspector)
-(slime-fancy-inspector-init)
;; Just adds the command C-c M-i. We do not make fuzzy completion the
;; default completion invoked by TAB. --mkoeppe
More information about the slime-cvs
mailing list