[slime-cvs] CVS slime
heller
heller at common-lisp.net
Thu Aug 10 18:56:52 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv18857
Modified Files:
slime.el
Log Message:
(slime-restart-inferior-lisp-aux): Remove the interactive spec.
--- /project/slime/cvsroot/slime/slime.el 2006/08/09 16:53:41 1.636
+++ /project/slime/cvsroot/slime/slime.el 2006/08/10 18:56:52 1.637
@@ -4237,7 +4237,6 @@
(:one-liner "Restart *inferior-lisp* and reconnect SLIME."))
(defun slime-restart-inferior-lisp-aux ()
- (interactive)
(assert (slime-inferior-process) () "No inferior lisp process")
(slime-eval-async '(swank:quit-lisp))
(set-process-filter (slime-connection) nil)
More information about the slime-cvs
mailing list