[slime-cvs] CVS slime/contrib
heller
heller at common-lisp.net
Tue Nov 20 21:29:41 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv10224
Modified Files:
swank-fancy-inspector.lisp
Log Message:
swank-fancy-inspector.lisp (inspect-for-emacs function t): Don't
specialize the second argument, so that backend methods take
precedence.
--- /project/slime/cvsroot/slime/contrib/swank-fancy-inspector.lisp 2007/09/20 14:55:53 1.4
+++ /project/slime/cvsroot/slime/contrib/swank-fancy-inspector.lisp 2007/11/20 21:29:41 1.5
@@ -94,7 +94,7 @@
(t
(list label ": " '(:newline) " " docstring '(:newline))))))
-(defmethod inspect-for-emacs ((f function) (inspector fancy-inspector))
+(defmethod inspect-for-emacs ((f function) inspector)
(declare (ignore inspector))
(values "A function."
(append
More information about the slime-cvs
mailing list