[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Fri May 12 12:21:45 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv3724
Modified Files:
swank.lisp
Log Message:
Fix for problem with Allegro CL 8.0: If I type M-x
slime-update-indentation, Allegro CL starts growing until it hits a
STORAGE-CONDITION or even segfaults.
--- /project/slime/cvsroot/slime/swank.lisp 2006/04/20 05:46:49 1.377
+++ /project/slime/cvsroot/slime/swank.lisp 2006/05/12 12:21:45 1.378
@@ -4605,7 +4605,8 @@
after each command.")
(defslimefun update-indentation-information ()
- (perform-indentation-update *emacs-connection* t))
+ (perform-indentation-update *emacs-connection* t)
+ nil)
;; This function is for *PRE-REPLY-HOOK*.
(defun sync-indentation-to-emacs ()
More information about the slime-cvs
mailing list