]> code.delx.au - gnu-emacs/blobdiff - lisp/custom.el
Fix MS-DOS configury.
[gnu-emacs] / lisp / custom.el
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.