Mercurial > emacs
changeset 103731:4faf5698814a
(eval-after-load): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 06 Jul 2009 00:51:27 +0000 |
parents | 7193abeb1062 |
children | 17cc1a24f40a |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 06 00:50:51 2009 +0000 +++ b/lisp/ChangeLog Mon Jul 06 00:51:27 2009 +0000 @@ -1,3 +1,11 @@ +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
--- a/lisp/subr.el Mon Jul 06 00:50:51 2009 +0000 +++ b/lisp/subr.el Mon Jul 06 00:51:27 2009 +0000 @@ -1615,7 +1615,11 @@ 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.