/[emacs]/emacs/lisp/custom.el
ViewVC logotype

Diff of /emacs/lisp/custom.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.53.2.8 by miles, Tue Jul 6 09:44:43 2004 UTC revision 1.53.2.9 by miles, Sat Sep 4 09:19:26 2004 UTC
# Line 246  The following keywords are meaningful: Line 246  The following keywords are meaningful:
246          Specifies that SYMBOL should be set after the list of variables          Specifies that SYMBOL should be set after the list of variables
247          VARIABLES when both have been customized.          VARIABLES when both have been customized.
248    
249    If SYMBOL has a local binding, then this form affects the local
250    binding.  This is normally not what you want.  Thus, if you need
251    to load a file defining variables with this form, or with
252    `defvar' or `defconst', you should always load that file
253    _outside_ any bindings for these variables.  \(`defvar' and
254    `defconst' behave similarly in this respect.)
255    
256  Read the section about customization in the Emacs Lisp manual for more  Read the section about customization in the Emacs Lisp manual for more
257  information."  information."
258    ;; It is better not to use backquote in this file,    ;; It is better not to use backquote in this file,

Legend:
Removed from v.1.53.2.8  
changed lines
  Added in v.1.53.2.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26