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

Luke Gorrie lgorrie at common-lisp.net
Fri May 20 05:41:46 UTC 2005


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

Modified Files:
	swank.lisp 
Log Message:
(clear-repl-results): Fixed unbalanced parens. Thanks Lawrence
Mitchell.

Date: Fri May 20 07:41:45 2005
Author: lgorrie

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.300 slime/swank.lisp:1.301
--- slime/swank.lisp:1.300	Thu May 19 04:15:10 2005
+++ slime/swank.lisp	Fri May 20 07:41:45 2005
@@ -1873,7 +1873,7 @@
 
 (defslimefun clear-repl-results ()
   "Forget the results of all previous REPL evaluations."
-  (setf *repl-results* '()))
+  (setf *repl-results* '())
   t)
 
 (defslimefun ed-in-emacs (&optional what)




More information about the slime-cvs mailing list