changeset 107898:6eae3bc10330

* custom.el (defcustom): Add edebug spec.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 18 Apr 2010 22:32:47 -0400
parents 1721e4658521
children e4d7764c4cbe 6daa7142a478
files lisp/ChangeLog lisp/custom.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Apr 19 02:49:58 2010 +0300
+++ b/lisp/ChangeLog	Sun Apr 18 22:32:47 2010 -0400
@@ -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).
--- a/lisp/custom.el	Mon Apr 19 02:49:58 2010 +0300
+++ b/lisp/custom.el	Sun Apr 18 22:32:47 2010 -0400
@@ -304,7 +304,7 @@
 
 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.