/[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.95 by teirllm, Thu Jul 14 01:17:35 2005 UTC revision 1.96 by teirllm, Thu Jul 14 01:19:10 2005 UTC
# Line 81  if any, or VALUE." Line 81  if any, or VALUE."
81  If an error occurs during initialization, SYMBOL is set to nil  If an error occurs during initialization, SYMBOL is set to nil
82  and no error is thrown.  This is meant for use in pre-loaded files  and no error is thrown.  This is meant for use in pre-loaded files
83  where some variables or functions used to compute VALUE may not yet  where some variables or functions used to compute VALUE may not yet
84  be defined. You can then re-evaluate VALUE in startup.el, for instance  be defined.  You can then re-evaluate VALUE in startup.el, for instance
85  using `custom-reevaluate-setting'."  using `custom-reevaluate-setting'."
86    (condition-case nil    (condition-case nil
87        (custom-initialize-set symbol value)        (custom-initialize-set symbol value)
# Line 92  using `custom-reevaluate-setting'." Line 92  using `custom-reevaluate-setting'."
92  If an error occurs during initialization, SYMBOL is set to nil  If an error occurs during initialization, SYMBOL is set to nil
93  and no error is thrown.  This is meant for use in pre-loaded files  and no error is thrown.  This is meant for use in pre-loaded files
94  where some variables or functions used to compute VALUE may not yet  where some variables or functions used to compute VALUE may not yet
95  be defined. You can then re-evaluate VALUE in startup.el, for instance  be defined.  You can then re-evaluate VALUE in startup.el, for instance
96  using `custom-reevaluate-setting'."  using `custom-reevaluate-setting'."
97    (condition-case nil    (condition-case nil
98        (custom-initialize-default symbol value)        (custom-initialize-default symbol value)

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

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