[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Sat Sep 1 05:36:29 UTC 2007


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv5152/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.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2007/08/31 22:40:31	1.21
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2007/09/01 05:36:29	1.22
@@ -1,3 +1,14 @@
+2007-09-01  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	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.
+	
 2007-08-31  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	Added extended arglist display for EVAL-WHEN, viz:




More information about the slime-cvs mailing list