[slime-cvs] CVS update: slime/slime.el
Luke Gorrie
lgorrie at common-lisp.net
Fri Jul 16 21:51:15 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv5452
Modified Files:
slime.el
Log Message:
Date: Fri Jul 16 14:51:15 2004
Author: lgorrie
Index: slime/slime.el
diff -u slime/slime.el:1.369 slime/slime.el:1.370
--- slime/slime.el:1.369 Fri Jul 16 14:38:40 2004
+++ slime/slime.el Fri Jul 16 14:51:15 2004
@@ -6680,7 +6680,9 @@
;;; Indentation
(defcustom slime-conservative-indentation t
- "If true then don't discover indentation of \"with-\" or \"def\" symbols.")
+ "If true then don't discover indentation of \"with-\" or \"def\" symbols."
+ :type 'boolean
+ :group 'slime)
(defun slime-update-indentation ()
"Update indentation for all macros defined in the Lisp system."
More information about the slime-cvs
mailing list