Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.95 emacs/lisp/custom.el:1.96
*** emacs/lisp/custom.el:1.95 Thu Jul 14 01:17:35 2005
--- emacs/lisp/custom.el Thu Jul 14 01:19:10 2005
***************
*** 81,87 ****
If an error occurs during initialization, SYMBOL is set to nil
and no error is thrown. This is meant for use in pre-loaded files
where some variables or functions used to compute VALUE may not yet
! be defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-set symbol value)
--- 81,87 ----
If an error occurs during initialization, SYMBOL is set to nil
and no error is thrown. This is meant for use in pre-loaded files
where some variables or functions used to compute VALUE may not yet
! be defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-set symbol value)
***************
*** 92,98 ****
If an error occurs during initialization, SYMBOL is set to nil
and no error is thrown. This is meant for use in pre-loaded files
where some variables or functions used to compute VALUE may not yet
! be defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-default symbol value)
--- 92,98 ----
If an error occurs during initialization, SYMBOL is set to nil
and no error is thrown. This is meant for use in pre-loaded files
where some variables or functions used to compute VALUE may not yet
! be defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-default symbol value)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs