aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS1
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog4
3 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56d0f623eb1..b1124ea219c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3475,6 +3475,7 @@ It returns nil if the given Lisp form can't possibly do anything
3475dangerous; otherwise it returns a reason why the form might be unsafe 3475dangerous; otherwise it returns a reason why the form might be unsafe
3476(calls unknown function, alters global variable, etc). 3476(calls unknown function, alters global variable, etc).
3477 3477
3478+++
3478*** New macro `eval-at-startup' specifies expressions to 3479*** New macro `eval-at-startup' specifies expressions to
3479evaluate when Emacs starts up. If this is done after startup, 3480evaluate when Emacs starts up. If this is done after startup,
3480it evaluates those expressions immediately. 3481it evaluates those expressions immediately.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1e04dd8240..fed628ba939 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12005-10-22 Richard M. Stallman <rms@gnu.org> 12005-10-22 Richard M. Stallman <rms@gnu.org>
2 2
3 * files.el (make-temp-file): Moved from subr.el.
4 * subr.el (make-temp-file): Moved to files.el.
5
6 * window.el (get-buffer-window-list): Moved from subr.el.
7 * subr.el (get-buffer-window-list): Moved to window.el.
8
3 * image.el (image-load-path): Use eval-at-startup to initialize. 9 * image.el (image-load-path): Use eval-at-startup to initialize.
4 10
5 * subr.el (eval-at-startup): New macro. 11 * subr.el (eval-at-startup): New macro.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c19b0e1521b..09c54f361cd 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12005-10-22 Richard M. Stallman <rms@gnu.org>
2
3 * internals.texi (Building Emacs): Document eval-at-startup.
4
12005-10-21 Richard M. Stallman <rms@gnu.org> 52005-10-21 Richard M. Stallman <rms@gnu.org>
2 6
3 * loading.texi (Where Defined): load-history contains abs file names. 7 * loading.texi (Where Defined): load-history contains abs file names.