[slime-devel] allegro inspect typo
Gábor Melis
mega at hotpop.com
Thu Mar 16 16:18:40 UTC 2006
Index: swank-allegro.lisp
===================================================================
RCS file: /project/slime/cvsroot/slime/swank-allegro.lisp,v
retrieving revision 1.83
diff -u -p -r1.83 swank-allegro.lisp
--- swank-allegro.lisp 14 Mar 2006 04:30:14 -0000 1.83
+++ swank-allegro.lisp 16 Mar 2006 16:14:32 -0000
@@ -510,7 +510,7 @@
(defmethod inspect-for-emacs ((o standard-object) (inspector acl-inspector))
inspector
- (values (format "~A is a standard-object." o) (allegro-inspect o)))
+ (values (format nil "~A is a standard-object." o) (allegro-inspect o)))
(defun allegro-inspect (o)
(loop for (d dd) on (inspect::inspect-ctl o)
More information about the slime-devel
mailing list