[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Sat Jun 7 11:49:58 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv30188
Modified Files:
slime.el
Log Message:
* slime.el (def-slime-test find-definition.2, arglist):
SWANK:COMPILE-STRING-FOR-EMACS since recently takes 5 instead of 4
parameters. Fix that.
--- /project/slime/cvsroot/slime/slime.el 2008/06/07 11:44:21 1.940
+++ /project/slime/cvsroot/slime/slime.el 2008/06/07 11:49:58 1.941
@@ -8471,6 +8471,7 @@
,buffer-content
,(buffer-name)
,0
+ ,nil
,nil))
(let ((bufname (buffer-name)))
(slime-edit-definition ".foo.")
@@ -8509,7 +8510,7 @@
("swank::create-socket" "(swank::create-socket host port)")
("swank::emacs-connected" "(swank::emacs-connected )")
("swank::compile-string-for-emacs"
- "(swank::compile-string-for-emacs string buffer position directory)")
+ "(swank::compile-string-for-emacs string buffer position directory debug)")
("swank::connection.socket-io"
"(swank::connection.socket-io \\(struct\\(ure\\)?\\|object\\|instance\\))")
("cl:lisp-implementation-type" "(cl:lisp-implementation-type )")
More information about the slime-cvs
mailing list