[slime-cvs] CVS slime/contrib

CVS User trittweiler trittweiler at common-lisp.net
Sat Feb 20 18:46:24 UTC 2010


Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv3864/contrib

Modified Files:
	ChangeLog slime-fancy.el 
Log Message:
	* slime-fancy.el: Call init function for fancy
	inspector. Necessary due to 2010-02-15.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2010/02/19 10:38:07	1.347
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2010/02/20 18:46:24	1.348
@@ -1,3 +1,8 @@
+2010-02-20  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-fancy.el: Call init function for fancy
+	inspector. Necessary due to 2010-02-15.
+
 2010-02-19  Stas Boukarev  <stassats at gmail.com>
 
 	* slime-fuzzy.el (slime-fuzzy-choices-buffer): Make connection buffer-local, otherwise
--- /project/slime/cvsroot/slime/contrib/slime-fancy.el	2009/12/21 16:03:41	1.10
+++ /project/slime/cvsroot/slime/contrib/slime-fancy.el	2010/02/20 18:46:24	1.11
@@ -37,6 +37,7 @@
 
 ;; 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