]> git.eshelyaron.com Git - emacs.git/commitdiff
* custom.el (defcustom): Add edebug spec.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Apr 2010 02:32:47 +0000 (22:32 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Apr 2010 02:32:47 +0000 (22:32 -0400)
lisp/ChangeLog
lisp/custom.el

index 8b9fef8bb0880c81085174ead2e548689bd426d7..78e2473e373cfe8271efe50bff38dab50b0bf72f 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * custom.el (defcustom): Add edebug spec.
+
 2010-04-18  Juri Linkov  <juri@jurta.org>
 
        Test for special mode-class in view-buffer instead of view-file (bug#5513).
index 2484ee26f2136dfec5274d024d5fc34ea70769e0..726f70492b38c3cb9645a5647e63af3e6c164a0c 100644 (file)
@@ -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.