[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Thu Nov 29 12:38:09 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv5379/contrib
Modified Files:
ChangeLog
Log Message:
* swank-arglists.lisp (arglist-dispatch 'defmethod): Use
VALID-FUNCTION-NAME-P. Fixes error on certain `(defmethod (setf ...))'
forms.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2007/11/27 16:20:12 1.67
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2007/11/29 12:38:09 1.68
@@ -1,6 +1,12 @@
2007-11-27 Tobias C. Rittweiler <tcr at freebits.de>
- * swank-arglists (print-arglist): Print initforms in &optional and
+ * swank-arglists.lisp (arglist-dispatch 'defmethod): Use
+ VALID-FUNCTION-NAME-P. Fixes error on certain `(defmethod (setf ...))'
+ forms.
+
+2007-11-27 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-arglists.lisp (print-arglist): Print initforms in &optional and
&key lambda list specifiers as if by PRIN1 instead of PRINC.
Reported by Michael Weber.
More information about the slime-cvs
mailing list