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

Luke Gorrie lgorrie at common-lisp.net
Sun Mar 13 15:16:17 UTC 2005


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

Modified Files:
	swank.lisp 
Log Message:
(inspect-for-emacs symbol): Add an "unintern it" action for symbols.

Date: Sun Mar 13 16:16:16 2005
Author: lgorrie

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.286 slime/swank.lisp:1.287
--- slime/swank.lisp:1.286	Sat Mar 12 17:02:04 2005
+++ slime/swank.lisp	Sun Mar 13 16:16:16 2005
@@ -3193,6 +3193,8 @@
                        ,@(if (eq :internal status) 
                              `((:action " [export it]"
                                         ,(lambda () (export symbol package)))))
+                       (:action " [unintern it]"
+                                ,(lambda () (unintern symbol package)))
                        (:newline))
             '("It is a non-interned symbol." (:newline)))
 	;;




More information about the slime-cvs mailing list