[slime-cvs] CVS update: slime/swank-backend.lisp
Luke Gorrie
lgorrie at common-lisp.net
Mon Mar 22 13:57:12 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv2400
Modified Files:
swank-backend.lisp
Log Message:
Date: Mon Mar 22 08:57:11 2004
Author: lgorrie
Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.39 slime/swank-backend.lisp:1.40
--- slime/swank-backend.lisp:1.39 Thu Mar 18 16:55:07 2004
+++ slime/swank-backend.lisp Mon Mar 22 08:57:11 2004
@@ -63,7 +63,6 @@
',name)))
(defmacro defimplementation (name args &body body)
- ;; Is this a macro no-no -- should it be pushed out of macroexpansion?
`(progn (defmethod ,name ,args , at body)
(if (member ',name *interface-functions*)
(setq *unimplemented-interfaces*
More information about the slime-cvs
mailing list