1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

Remove unnecessary manual advice about eval-after-load (Bug#7986).

* loading.texi (Hooks for Loading): Remove unnecessary manual advice
about eval-after-load.
This commit is contained in:
Reuben Thomas 2011-02-08 19:28:06 -05:00 committed by Chong Yidong
parent ee6a57ab20
commit bfcb151a96
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2011-02-09 Reuben Thomas <rrt@sc3d.org>
* loading.texi (Hooks for Loading): Remove unnecessary advice
about eval-after-load (Bug#7986).
2011-02-05 Chong Yidong <cyd@stupidchicken.com>
* commands.texi (Accessing Mouse): Note that a header line is not

View File

@ -1000,10 +1000,6 @@ it immediately---there is no need to wait until the library is loaded.
If you need to call functions defined by that library, you should load
the library, preferably with @code{require} (@pxref{Named Features}).
But it is OK to use @code{eval-after-load} in your personal
customizations if you don't feel that they must meet the design
standards for programs meant for wider use.
@defvar after-load-alist
This variable stores an alist built by @code{eval-after-load},
containing the expressions to evaluate when certain libraries are