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

Helmut Eller heller at common-lisp.net
Sun May 2 18:54:52 UTC 2004


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

Modified Files:
	slime.el 
Log Message:
(slime-kill-without-query-p): Make it a defvar not a defun.
Date: Sun May  2 14:54:52 2004
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.289 slime/slime.el:1.290
--- slime/slime.el:1.289	Sun May  2 14:39:45 2004
+++ slime/slime.el	Sun May  2 14:54:52 2004
@@ -129,7 +129,7 @@
 
 If you want to fallback on TAGS you can set this to `find-tag'.")
 
-(defun slime-kill-without-query-p nil
+(defvar slime-kill-without-query-p nil
   "If non-nil, kill Slime processes without query when quitting Emacs.")
 
 





More information about the slime-cvs mailing list