[slime-cvs] CVS slime

alendvai alendvai at common-lisp.net
Wed Dec 20 14:24:02 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv15417

Modified Files:
	swank.lisp 
Log Message:
Return the inspected object when inspecting from the lisp side.


--- /project/slime/cvsroot/slime/swank.lisp	2006/12/20 14:12:04	1.437
+++ /project/slime/cvsroot/slime/swank.lisp	2006/12/20 14:24:02	1.438
@@ -2678,7 +2678,8 @@
        (send-it))
       ((default-connection)
        (with-connection ((default-connection))
-         (send-it))))))
+         (send-it))))
+    what))
 
 (defslimefun value-for-editing (form)
   "Return a readable value of FORM for editing in Emacs.




More information about the slime-cvs mailing list