[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Mon Aug 27 15:48:25 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv9200
Modified Files:
slime.el
Log Message:
* slime.el (slime-make-extended-operator-parser/look-ahead): Move
to end of symbol at point.
(slime-make-form-spec-from-string): Fixes unexpected behaviour of
`save-excursion'.
--- /project/slime/cvsroot/slime/slime.el 2007/08/27 15:47:25 1.828
+++ /project/slime/cvsroot/slime/slime.el 2007/08/27 15:48:25 1.829
@@ -10035,7 +10035,7 @@
(multiple-value-bind (forms indices points)
(slime-enclosing-form-specs 1)
(if (null forms)
- (progn (message "QUUX") string)
+ string
(progn
(beginning-of-line) (forward-char 1)
(mapcar #'(lambda (s)
More information about the slime-cvs
mailing list