emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103191: Remove unnecessary manual ad


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103191: Remove unnecessary manual advice about eval-after-load (Bug#7986).
Date: Tue, 08 Feb 2011 19:28:06 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103191
author: Reuben Thomas <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2011-02-08 19:28:06 -0500
message:
  Remove unnecessary manual advice about eval-after-load (Bug#7986).
  
  * loading.texi (Hooks for Loading): Remove unnecessary manual advice
  about eval-after-load.
modified:
  doc/lispref/ChangeLog
  doc/lispref/loading.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-02-05 22:30:14 +0000
+++ b/doc/lispref/ChangeLog     2011-02-09 00:28:06 +0000
@@ -1,3 +1,8 @@
+2011-02-09  Reuben Thomas  <address@hidden>
+
+       * loading.texi (Hooks for Loading): Remove unnecessary advice
+       about eval-after-load (Bug#7986).
+
 2011-02-05  Chong Yidong  <address@hidden>
 
        * commands.texi (Accessing Mouse): Note that a header line is not

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2011-01-25 04:08:28 +0000
+++ b/doc/lispref/loading.texi  2011-02-09 00:28:06 +0000
@@ -1000,10 +1000,6 @@
 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


reply via email to

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