[slime-cvs] CVS slime/contrib
CVS User mkoeppe
mkoeppe at common-lisp.net
Sat Dec 12 18:43:04 UTC 2009
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv20212
Modified Files:
slime-presentations.el
Log Message:
(slime-reify-old-output): Revert change of 2009-12-11, which
introduced spurious quotes in non-evaluated contexts like here:
'(1 2 #<STANDARD-CLASS STANDARD-OBJECT> 3 4)
Presentations do not change standard quoting rules; users just need to
remember this.
--- /project/slime/cvsroot/slime/contrib/slime-presentations.el 2009/12/11 05:52:20 1.26
+++ /project/slime/cvsroot/slime/contrib/slime-presentations.el 2009/12/12 18:43:04 1.27
@@ -655,7 +655,7 @@
(concat (substring str-no-props 0 pos)
;; Eval in the reader so that we play nice with quote.
;; -luke (19/May/2005)
- "'#." (slime-presentation-expression presentation)
+ "#." (slime-presentation-expression presentation)
(slime-reify-old-output (substring str-props end-pos)
(substring str-no-props end-pos))))))))
More information about the slime-cvs
mailing list