# HG changeset patch # User Luc Teirlinck # Date 1121303950 0 # Node ID e2e79eb7ab712697f3556391dccb1ea60ad33c42 # Parent 8bf3ae544cd267da16e027b3e3c95d131d283a85 Whitespace changes. diff -r 8bf3ae544cd2 -r e2e79eb7ab71 lisp/custom.el --- a/lisp/custom.el Thu Jul 14 01:17:35 2005 +0000 +++ b/lisp/custom.el Thu Jul 14 01:19:10 2005 +0000 @@ -81,7 +81,7 @@ 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 +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,7 +92,7 @@ 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 +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)