[slime-cvs] CVS slime
alendvai
alendvai at common-lisp.net
Wed Dec 20 14:44:11 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv19654
Modified Files:
slime.el
Log Message:
FIX: inspecting presentations from the right click menu broke in the inspect refactor
--- /project/slime/cvsroot/slime/slime.el 2006/12/20 14:32:44 1.721
+++ /project/slime/cvsroot/slime/slime.el 2006/12/20 14:44:11 1.722
@@ -3420,7 +3420,7 @@
(with-current-buffer buffer
(not (eq major-mode 'slime-inspector-mode)))))
(slime-inspect (slime-presentation-expression presentation)
- (not reset-p)))))
+ :no-reset (not reset-p)))))
(defun slime-copy-presentation-at-mouse (event)
(interactive "e")
More information about the slime-cvs
mailing list