[slime-cvs] CVS slime

CVS User trittweiler trittweiler at common-lisp.net
Thu Mar 18 12:37:34 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv26542

Modified Files:
	ChangeLog swank.lisp 
Log Message:
	* swank.lisp (call-with-gdb-restart): Forgot to remove trailing T.


--- /project/slime/cvsroot/slime/ChangeLog	2010/03/18 12:30:35	1.2039
+++ /project/slime/cvsroot/slime/ChangeLog	2010/03/18 12:37:34	1.2040
@@ -1,5 +1,9 @@
 2010-03-18  Tobias C. Rittweiler <tcr at freebits.de>
 
+	* swank.lisp (call-with-gdb-restart): Forgot to remove trailing T.
+
+2010-03-18  Tobias C. Rittweiler <tcr at freebits.de>
+
 	* swank.lisp (open-dedicated-output-stream): Forgot to rename
 	accept-authenticated-connection to accept-authenticated-client
 	here.
--- /project/slime/cvsroot/slime/swank.lisp	2010/03/18 12:30:35	1.702
+++ /project/slime/cvsroot/slime/swank.lisp	2010/03/18 12:37:34	1.703
@@ -488,8 +488,7 @@
                                 ;; Do not show this restart if
                                 ;; we're connected remotely.
                                 (connection.inferior-lisp
-                                 *emacs-connection*)
-                                t)))
+                                 *emacs-connection*))))
       (funcall thunk))))
 
 (defmacro with-gdb-restart (() &body body)





More information about the slime-cvs mailing list