[slime-cvs] CVS slime

mkoeppe mkoeppe at common-lisp.net
Mon Feb 5 16:25:19 UTC 2007


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

Modified Files:
	slime.el 
Log Message:
(sldb-insert-locals): Repair presentation markup of frame locals.


--- /project/slime/cvsroot/slime/slime.el	2007/02/04 19:12:48	1.759
+++ /project/slime/cvsroot/slime/slime.el	2007/02/05 16:25:18	1.760
@@ -8600,7 +8600,7 @@
                     " = ")
             (slime-insert-presentation
              (in-sldb-face local-value value)
-             `(:frame-var ,frame ,i))
+             `(:frame-var ,(car frame) ,i))
             (insert "\n")))))
 
 (defun sldb-hide-frame-details ()




More information about the slime-cvs mailing list