[slime-cvs] CVS update: slime/swank-backend.lisp

Helmut Eller heller at common-lisp.net
Sun Apr 25 06:35:29 UTC 2004


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

Modified Files:
	swank-backend.lisp 
Log Message:
(arglist): Return a list or :not-available.  Don't return strings or
raise exceptions.
Date: Sun Apr 25 02:35:29 2004
Author: heller

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.43 slime/swank-backend.lisp:1.44
--- slime/swank-backend.lisp:1.43	Wed Apr 14 14:50:36 2004
+++ slime/swank-backend.lisp	Sun Apr 25 02:35:29 2004
@@ -206,8 +206,6 @@
    (location :initarg :location
              :accessor location)))
 
-
-
 
 ;;;; Streams
 
@@ -228,9 +226,8 @@
 (definterface arglist (name)
    "Return the lambda list for the symbol NAME.
 
-The result can be a list or a (READable) string.
-
-An error should be signaled if the lambda-list cannot be found.")
+The result can be a list or the :not-available if the arglist cannot
+be determined.")
 
 (definterface macroexpand-all (form)
    "Recursively expand all macros in FORM.





More information about the slime-cvs mailing list