]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary manual advice about eval-after-load (Bug#7986).
authorReuben Thomas <rrt@sc3d.org>
Wed, 9 Feb 2011 00:28:06 +0000 (19:28 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 9 Feb 2011 00:28:06 +0000 (19:28 -0500)
* loading.texi (Hooks for Loading): Remove unnecessary manual advice
about eval-after-load.

doc/lispref/ChangeLog
doc/lispref/loading.texi

index aab3fc16f1a9628b70dc0e3e00408b833d3632e5..0f1f0425478a6ec9deda7d84d3eb8a70bb1fb43a 100644 (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
index 4e47647360fe6cc1656519757a4b8a2e393ffd7a..ca233ac5f21a41247905309bdc1f0437bccf5efb 100644 (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