emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99936: * custom.el (defcustom): Add


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99936: * custom.el (defcustom): Add edebug spec.
Date: Sun, 18 Apr 2010 22:32:47 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99936
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sun 2010-04-18 22:32:47 -0400
message:
  * custom.el (defcustom): Add edebug spec.
modified:
  lisp/ChangeLog
  lisp/custom.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-18 23:49:58 +0000
+++ b/lisp/ChangeLog    2010-04-19 02:32:47 +0000
@@ -1,3 +1,7 @@
+2010-04-19  Stefan Monnier  <address@hidden>
+
+       * custom.el (defcustom): Add edebug spec.
+
 2010-04-18  Juri Linkov  <address@hidden>
 
        Test for special mode-class in view-buffer instead of view-file 
(bug#5513).

=== modified file 'lisp/custom.el'
--- a/lisp/custom.el    2010-02-26 04:42:07 +0000
+++ b/lisp/custom.el    2010-04-19 02:32:47 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]