[slime-cvs] CVS update: slime/slime.el

Helmut Eller heller at common-lisp.net
Sun Jan 18 07:11:39 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv26976

Modified Files:
	slime.el 
Log Message:
(arglist): Test slot readers and closures.
Date: Sun Jan 18 02:11:39 2004
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.183 slime/slime.el:1.184
--- slime/slime.el:1.183	Sun Jan 18 00:52:08 2004
+++ slime/slime.el	Sun Jan 18 02:11:39 2004
@@ -4885,11 +4885,15 @@
       ("swank::compound-prefix-match"
        "(swank::compound-prefix-match prefix target)")
       ("swank::create-socket"
-       "(swank::create-socket swank::port)")
+       "(swank::create-socket port)")
       ("swank::emacs-connected"
        "(swank::emacs-connected)")
       ("swank::compile-string-for-emacs"
-       "(swank::compile-string-for-emacs string &key swank::buffer position)"))
+       "(swank::compile-string-for-emacs string &key buffer position)")
+      ("swank::connection.owner-id"
+       "(swank::connection.owner-id structure)")
+      ("cl:class-name"
+       "(cl:class-name class)"))
   (let ((arglist (slime-get-arglist function-name))) ;
     (slime-test-expect "Argument list is as expected"
                        expected-arglist arglist)))





More information about the slime-cvs mailing list