summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-04-18 22:32:47 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2010-04-18 22:32:47 -0400
commit98923800997d9cb69d53b5c9a4160e6c2567647b (patch)
tree2b18efefe0e70f30afa6343de69309d0f905bfd5 /lisp/custom.el
parentfd5c9dfa9e667a980e52e1f390e817f7133ca961 (diff)
downloademacs-98923800997d9cb69d53b5c9a4160e6c2567647b.tar.gz
* custom.el (defcustom): Add edebug spec.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 2484ee26f21..726f70492b3 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -304,7 +304,7 @@ _outside_ any bindings for these variables. \(`defvar' and
See Info node `(elisp) Customization' in the Emacs Lisp manual
for more information."
- (declare (doc-string 3))
+ (declare (doc-string 3) (debug (name body)))
;; It is better not to use backquote in this file,
;; because that makes a bootstrapping problem
;; if you need to recompile all the Lisp files using interpreted code.