[slime-cvs] CVS slime/contrib
    trittweiler 
    trittweiler at common-lisp.net
       
    Wed Sep  5 19:35:55 UTC 2007
    
    
  
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv2501/contrib
Modified Files:
	ChangeLog 
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/ChangeLog	2007/09/05 18:57:33	1.34
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/05 19:35:55	1.35
@@ -1,5 +1,17 @@
 2007-09-05  Tobias C. Rittweiler <tcr at freebits.de>
 
+	* 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.)
+
+2007-09-05  Tobias C. Rittweiler <tcr at freebits.de>
+
 	* slime-c-p-c.el (slime-c-p-c-init): Bind `slime-complete-form' to
 	`C-c C-s' in `slime-repl-mode-map'.
 	
    
    
More information about the slime-cvs
mailing list