emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Mon, 24 Oct 2005 12:17:11 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.103 emacs/lisp/custom.el:1.104
*** emacs/lisp/custom.el:1.103  Mon Sep 12 22:05:17 2005
--- emacs/lisp/custom.el        Mon Oct 24 16:17:11 2005
***************
*** 272,277 ****
--- 272,278 ----
  
  Read the section about customization in the Emacs Lisp manual for more
  information."
+   (declare (doc-string 3))
    ;; 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.
***************
*** 353,358 ****
--- 354,360 ----
  
  Read the section about customization in the Emacs Lisp manual for more
  information."
+   (declare (doc-string 3))
    ;; 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]