[slime-cvs] CVS slime
heller
heller at common-lisp.net
Mon Aug 27 12:55:21 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv11610
Modified Files:
slime.el
Log Message:
(slime-last-expression): Don't use presentations.
--- /project/slime/cvsroot/slime/slime.el 2007/08/27 12:41:38 1.824
+++ /project/slime/cvsroot/slime/slime.el 2007/08/27 12:55:20 1.825
@@ -5995,7 +5995,7 @@
window))))))
(defun slime-last-expression ()
- (slime-buffer-substring-with-reified-output
+ (buffer-substring-no-properties
(save-excursion (backward-sexp) (point))
(point)))
More information about the slime-cvs
mailing list