[slime-cvs] CVS slime/contrib
    trittweiler 
    trittweiler at common-lisp.net
       
    Sat Sep  1 05:40:11 UTC 2007
    
    
  
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv5535/contrib
Modified Files:
	ChangeLog 
Log Message:
Makes `slime-complete-form' work on `(eval-when |'; doesn't work
on `(eval-when (|' yet.
	
* slime-parse.el (slime-parse-sexp-at-point): Guard against
  `(char-after)' being NIL at end of buffer (especially important
  for use on the REPL.)
* swank-arglist.lisp (arglist-dispatch 'eval-when): Fix typo.
  (print-decoded-arglist-as-template): Print keywords with PRIN1.
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/01 05:38:17	1.23
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/01 05:40:11	1.24
@@ -13,6 +13,7 @@
 	for use on the REPL.)
 
 	* swank-arglist.lisp (arglist-dispatch 'eval-when): Fix typo.
+	(print-decoded-arglist-as-template): Print keywords with PRIN1.
 	
 2007-08-31  Tobias C. Rittweiler  <tcr at freebits.de>
 
    
    
More information about the slime-cvs
mailing list