* custom.el (defcustom): Add edebug spec.
This commit is contained in:
parent
fd5c9dfa9e
commit
9892380099
2 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue