[slime-cvs] CVS slime
CVS User heller
heller at common-lisp.net
Thu Jan 8 16:13:33 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv23490
Modified Files:
ChangeLog slime.el
Log Message:
* slime.el ([test] arglist): Update arglist.
--- /project/slime/cvsroot/slime/ChangeLog 2009/01/08 10:37:51 1.1654
+++ /project/slime/cvsroot/slime/ChangeLog 2009/01/08 16:13:33 1.1655
@@ -7,6 +7,7 @@
* swank-backend.lisp (swank-compile-string): Pass the
buffer-file-name to Lisp, not only the directory.
Update callers accordingly.
+ ([test] arglist): Update arglist.
2009-01-08 Helmut Eller <heller at common-lisp.net>
--- /project/slime/cvsroot/slime/slime.el 2009/01/08 10:37:51 1.1113
+++ /project/slime/cvsroot/slime/slime.el 2009/01/08 16:13:33 1.1114
@@ -7368,7 +7368,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 policy)")
+ "(swank::compile-string-for-emacs string buffer position filename policy)")
("swank::connection.socket-io"
"(swank::connection.socket-io \\(struct\\(ure\\)?\\|object\\|instance\\|x\\))")
("cl:lisp-implementation-type" "(cl:lisp-implementation-type )")
More information about the slime-cvs
mailing list