Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c94112bf
Commit
c94112bf
authored
Jul 14, 2005
by
Luc Teirlinck
Browse files
Whitespace changes.
parent
f0856b6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/custom.el
lisp/custom.el
+2
-2
No files found.
lisp/custom.el
View file @
c94112bf
...
...
@@ -81,7 +81,7 @@ if any, or VALUE."
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 @@ using `custom-reevaluate-setting'."
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment