[slime-cvs] CVS update: slime/slime.el
Helmut Eller
heller at common-lisp.net
Mon Feb 2 07:31:06 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv7040
Modified Files:
slime.el
Log Message:
(slime-debugger): The customization group is called 'slime-debugger',
fix referrers. Reported by Jouni K Seppanen.
Date: Mon Feb 2 02:31:06 2004
Author: heller
Index: slime/slime.el
diff -u slime/slime.el:1.201 slime/slime.el:1.202
--- slime/slime.el:1.201 Sat Jan 31 14:25:50 2004
+++ slime/slime.el Mon Feb 2 02:31:06 2004
@@ -224,19 +224,19 @@
`(defface ,facename
'((t ,default))
,(format "Face for %s." description)
- :group 'sldb)))
+ :group 'slime-debugger)))
(defcustom sldb-enable-styled-backtrace t "Enable faces in slime backtrace"
:type '(choice
(const :tag "Enable" t)
(const :tag "Disable" nil))
- :group 'sldb)
+ :group 'slime-debugger)
(defcustom sldb-show-catch-tags t "Show catch tags in frames"
:type '(choice
(const :tag "Show" t)
(const :tag "Don't show" nil))
- :group 'sldb)
+ :group 'slime-debugger)
(def-sldb-face topline "top line describing error"
(:bold t))
More information about the slime-cvs
mailing list