[slime-cvs] CVS update: slime/slime.el
Luke Gorrie
lgorrie at common-lisp.net
Sun Dec 7 23:56:46 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv8115
Modified Files:
slime.el
Log Message:
Updated an arglist test case.
Date: Sun Dec 7 18:56:46 2003
Author: lgorrie
Index: slime/slime.el
diff -u slime/slime.el:1.133 slime/slime.el:1.134
--- slime/slime.el:1.133 Sun Dec 7 18:43:31 2003
+++ slime/slime.el Sun Dec 7 18:56:46 2003
@@ -4137,8 +4137,8 @@
Confirm that EXPECTED-ARGLIST is displayed."
'(("swank:start-server"
"(swank:start-server port-file-namestring)")
- ("swank::compound-string-match"
- "(swank::compound-string-match string1 string2)"))
+ ("swank::compound-prefix-match"
+ "(swank::compound-prefix-match prefix target)"))
(let ((arglist (slime-get-arglist function-name))) ;
(slime-check ("Argument list %S is as expected." arglist)
(string= expected-arglist arglist))))
More information about the slime-cvs
mailing list