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
f176290e
Commit
f176290e
authored
Jul 06, 2009
by
Glenn Morris
Browse files
(eval-after-load): Doc fix.
parent
359d3f49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
lisp/ChangeLog
lisp/ChangeLog
+8
-0
lisp/subr.el
lisp/subr.el
+5
-1
No files found.
lisp/ChangeLog
View file @
f176290e
2009-07-06 Glenn Morris <rgm@gnu.org>
* ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
(top-level): Move provide to the end.
(ffap): Remove defunct URL from custom group.
* subr.el (eval-after-load): Doc fix.
2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
* calc/calc-embed.el (calc-embedded-make-info): Don't force when
...
...
lisp/subr.el
View file @
f176290e
...
...
@@ -1615,7 +1615,11 @@ extension for a compressed format \(e.g. \".gz\") on FILE will not affect
this name matching.
Alternatively, FILE can be a feature (i.e. a symbol), in which case FORM
is evaluated whenever that feature is `provide'd.
is evaluated whenever that feature is `provide'd. Note that although
provide statements are usually at the end of files, this is not always
the case (e.g., sometimes they are at the start to avoid a recursive
load error). If your FORM should not be evaluated until the code in
FILE has been, do not use the symbol form for FILE in such cases.
Usually FILE is just a library name like \"font-lock\" or a feature name
like 'font-lock.
...
...
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