emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog subr.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog subr.el
Date: Mon, 06 Jul 2009 00:51:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/06 00:51:30

Modified files:
        lisp           : ChangeLog subr.el 

Log message:
        (eval-after-load): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15764&r2=1.15765
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/subr.el?cvsroot=emacs&r1=1.639&r2=1.640

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15764
retrieving revision 1.15765
diff -u -b -r1.15764 -r1.15765
--- ChangeLog   6 Jul 2009 00:11:09 -0000       1.15764
+++ ChangeLog   6 Jul 2009 00:51:27 -0000       1.15765
@@ -1,3 +1,11 @@
+2009-07-06  Glenn Morris  <address@hidden>
+
+       * 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 <address@hidden>
 
        * calc/calc-embed.el (calc-embedded-make-info): Don't force when

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.639
retrieving revision 1.640
diff -u -b -r1.639 -r1.640
--- subr.el     19 Jun 2009 03:08:54 -0000      1.639
+++ subr.el     6 Jul 2009 00:51:29 -0000       1.640
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]