[slime-cvs] CVS update: slime/swank.lisp

Luke Gorrie lgorrie at common-lisp.net
Mon Apr 5 07:44:04 UTC 2004


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

Modified Files:
	swank.lisp 
Log Message:
dispatch-event fix for :indentation-update.

Date: Mon Apr  5 03:44:04 2004
Author: lgorrie

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.158 slime/swank.lisp:1.159
--- slime/swank.lisp:1.158	Mon Apr  5 02:27:35 2004
+++ slime/swank.lisp	Mon Apr  5 03:44:02 2004
@@ -444,7 +444,7 @@
      (encode-message `(:read-aborted ,(drop-thread thread) , at args) socket-io))
     ((:emacs-return-string thread tag string)
      (send (lookup-thread-id thread) `(take-input ,tag ,string)))
-    (((:read-output :new-package :new-features :ed :%apply)
+    (((:read-output :new-package :new-features :ed :%apply :indentation-update)
       &rest _)
      (declare (ignore _))
      (encode-message event socket-io))))





More information about the slime-cvs mailing list