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

Dan Barlow dbarlow at common-lisp.net
Tue Nov 25 00:23:17 UTC 2003


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

Modified Files:
	slime.el 
Log Message:
	* slime.el: arglist command to use slime-read-symbol-name,
	not slime-read-symbol

Date: Mon Nov 24 19:23:17 2003
Author: dbarlow

Index: slime/slime.el
diff -u slime/slime.el:1.106 slime/slime.el:1.107
--- slime/slime.el:1.106	Sun Nov 23 22:19:33 2003
+++ slime/slime.el	Mon Nov 24 19:23:13 2003
@@ -2190,7 +2190,7 @@
   "Show the argument list for the nearest function call, if any.
 If SHOW-FN is non-nil, it is funcall'd with the result instead of
 printing a message."
-  (interactive (list (slime-read-symbol "Arglist of: ")))
+  (interactive (list (slime-read-symbol-name "Arglist of: ")))
   (slime-eval-async 
    `(swank:arglist-string ,symbol-name)
    (slime-buffer-package)





More information about the slime-cvs mailing list