[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/custom.el
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/custom.el |
Date: |
Wed, 13 Jul 2005 21:17:36 -0400 |
Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.94 emacs/lisp/custom.el:1.95
*** emacs/lisp/custom.el:1.94 Thu Jul 14 01:01:37 2005
--- emacs/lisp/custom.el Thu Jul 14 01:17:35 2005
***************
*** 80,87 ****
"Like `custom-initialize-set', but catches errors.
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 are not yet
! defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-set symbol value)
--- 80,87 ----
"Like `custom-initialize-set', but catches errors.
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)
***************
*** 91,98 ****
"Like `custom-initialize-default', but catches errors.
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 are not yet
! defined. You can then re-evaluate VALUE in startup.el, for instance
using `custom-reevaluate-setting'."
(condition-case nil
(custom-initialize-default symbol value)
--- 91,98 ----
"Like `custom-initialize-default', but catches errors.
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] Changes to emacs/lisp/custom.el, (continued)
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/03
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Lute Kamstra, 2005/07/04
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/07
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/10
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Juanma Barranquero, 2005/07/11
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Richard M . Stallman, 2005/07/11
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/11
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/13
- [Emacs-diffs] Changes to emacs/lisp/custom.el,
Luc Teirlinck <=
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Luc Teirlinck, 2005/07/13
- [Emacs-diffs] Changes to emacs/lisp/custom.el, Juri Linkov, 2005/07/18