[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Wed Sep 5 19:35:35 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv2416/contrib
Modified Files:
swank-c-p-c.lisp
Log Message:
* swank-c-p-c.el: This file incorrectly provided the module
`:swank-compound-prefix'; changed that to `:swank-c-p-c'.
This gets rid off the nasty redefinition warnings that were
previously signalled when loading SWANK with SBCL.
* swank-arglist.lisp (arglist-for-echo-area): Locally declare
`*arglist-pprint-bindings*' to be special, as the variable is
defined later in the file. (Gets rid of warnings during loading.)
--- /project/slime/cvsroot/slime/contrib/swank-c-p-c.lisp 2007/08/31 11:48:23 1.1
+++ /project/slime/cvsroot/slime/contrib/swank-c-p-c.lisp 2007/09/05 19:35:35 1.2
@@ -276,4 +276,4 @@
(completions (sort completion-set #'string<)))
(list completions (longest-compound-prefix completions #\_))))
-(provide :swank-compound-prefix)
\ No newline at end of file
+(provide :swank-c-p-c)
\ No newline at end of file
More information about the slime-cvs
mailing list