[slime-cvs] CVS update: slime/slime.el

Helmut Eller heller at common-lisp.net
Mon Dec 13 20:11:01 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv18912

Modified Files:
	slime.el 
Log Message:
(slime-repl-grab-old-input): Remove the 'old-input text-property from
the copied text.
Date: Mon Dec 13 21:10:56 2004
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.437 slime/slime.el:1.438
--- slime/slime.el:1.437	Mon Dec 13 21:05:16 2004
+++ slime/slime.el	Mon Dec 13 21:10:56 2004
@@ -2765,7 +2765,7 @@
                   (ignore-errors (forward-char))
                   (previous-single-char-property-change (point) prop)))
            (end (next-single-char-property-change (point) prop))
-           (old-input (buffer-substring beg end)))
+           (old-input (buffer-substring-no-properties beg end)))
       (cond (replace (goto-char slime-repl-input-start-mark))
             (t (goto-char slime-repl-input-end-mark)
                (unless (eq (char-before) ?\ )




More information about the slime-cvs mailing list