[slime-cvs] CVS update: slime/slime.el
Matthias Koeppe
mkoeppe at common-lisp.net
Sun Aug 14 17:36:39 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv14095
Modified Files:
slime.el
Log Message:
(slime-mark-presentation-end): Really remove the presentation-start
entry from the hash table.
Date: Sun Aug 14 19:36:38 2005
Author: mkoeppe
Index: slime/slime.el
diff -u slime/slime.el:1.524 slime/slime.el:1.525
--- slime/slime.el:1.524 Sun Aug 14 17:42:14 2005
+++ slime/slime.el Sun Aug 14 19:36:37 2005
@@ -2588,7 +2588,7 @@
(defun slime-mark-presentation-end (id)
(let ((start (gethash id slime-presentation-start-to-point)))
- (setf (gethash id slime-presentation-start-to-point) nil)
+ (remhash id slime-presentation-start-to-point)
(when start
(with-current-buffer (slime-output-buffer)
(slime-add-presentation-properties start (symbol-value 'slime-output-end)
More information about the slime-cvs
mailing list