[slime-devel] allegro inspect typo

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)

Gábor Melis <mega@hotpop.com> writes:
(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)))
applied. thanks. -- -Marco Ring the bells that still can ring. Forget the perfect offering. There is a crack in everything. That's how the light gets in. -Leonard Cohen
participants (2)
-
Gábor Melis
-
Marco Baringer