[slime-cvs] CVS slime/contrib

trittweiler trittweiler at common-lisp.net
Thu Jan 10 12:59:33 UTC 2008


Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv9852

Modified Files:
	ChangeLog 
Log Message:

* swank-parse.lisp (slime-incomplete-form-at-point): Take the
  arglist index there user's point is located at correctly into
  account. Previously `C-c C-s' on `(defun |foo' would have inserted
  `args body...)', now it inserts `name args body...)'


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2008/01/10 00:43:14	1.71
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2008/01/10 12:59:33	1.72
@@ -1,5 +1,12 @@
 2008-01-10  Tobias C. Rittweiler  <tcr at freebits.de>
 
+	* swank-parse.lisp (slime-incomplete-form-at-point): Take the
+	arglist index there user's point is located at correctly into
+	account. Previously `C-c C-s' on `(defun |foo' would have inserted
+        `args body...)', now it inserts `name args body...)'
+	
+2008-01-10  Tobias C. Rittweiler  <tcr at freebits.de>
+
 	* swank-arglists.lisp (read-form-spec): Changed "cons" clause to
 	"list" clause in etypecase. Fix for error on arglist display on
 	`(declare (ftype (|)))', | being point.




More information about the slime-cvs mailing list