[slime-cvs] CVS slime/contrib
heller
heller at common-lisp.net
Fri Aug 22 21:15:02 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv22683/contrib
Modified Files:
ChangeLog swank-listener-hooks.lisp
Log Message:
* contrib/swank-listener-hooks.lisp: Add missing IN-PACKAGE.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/08/20 21:46:09 1.123
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/08/22 21:15:01 1.124
@@ -1,3 +1,7 @@
+2008-08-22 Stelian Ionescu <sionescu at common-lisp.net>
+
+ * swank-listener-hooks.lisp: Add missing IN-PACKAGE.
+
2008-08-20 Tobias C. Rittweiler <tcr at freebits.de>
* slime-fontifying-fu.el: New contrib; fontify with-foo and do-foo
--- /project/slime/cvsroot/slime/contrib/swank-listener-hooks.lisp 2007/08/28 13:53:02 1.1
+++ /project/slime/cvsroot/slime/contrib/swank-listener-hooks.lisp 2008/08/22 21:15:01 1.2
@@ -5,6 +5,8 @@
;; I guess that only Alan Ruttenberg knows how to use this code. It
;; was in swank.lisp for a long time, so here it is. -- Helmut Eller
+(in-package :swank)
+
(defvar *slime-repl-advance-history* nil
"In the dynamic scope of a single form typed at the repl, is set to nil to
prevent the repl from advancing the history - * ** *** etc.")
More information about the slime-cvs
mailing list