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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:25:18 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.66.4.2 emacs/lisp/custom.el:1.66.4.3
*** emacs/lisp/custom.el:1.66.4.2       Mon Jun 28 07:28:27 2004
--- emacs/lisp/custom.el        Tue Aug  3 00:02:59 2004
***************
*** 246,251 ****
--- 246,258 ----
        Specifies that SYMBOL should be set after the list of variables
          VARIABLES when both have been customized.
  
+ If SYMBOL has a local binding, then this form affects the local
+ binding.  This is normally not what you want.  Thus, if you need
+ to load a file defining variables with this form, or with
+ `defvar' or `defconst', you should always load that file
+ _outside_ any bindings for these variables.  \(`defvar' and
+ `defconst' behave similarly in this respect.)
+ 
  Read the section about customization in the Emacs Lisp manual for more
  information."
    ;; It is better not to use backquote in this file,




reply via email to

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