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:
parent
ee6a57ab20
commit
bfcb151a96
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user