From 41e7ed3a2e941c99918ce655c55245e8bf89913d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Oct 2005 15:27:03 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 6 ++++++ lisp/ChangeLog | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index e21f74a0216..56d0f623eb1 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3475,6 +3475,12 @@ It returns nil if the given Lisp form can't possibly do anything dangerous; otherwise it returns a reason why the form might be unsafe (calls unknown function, alters global variable, etc). +*** New macro `eval-at-startup' specifies expressions to +evaluate when Emacs starts up. If this is done after startup, +it evaluates those expressions immediately. + +This is useful in packages that can be preloaded. + *** `list-faces-display' takes an optional argument, REGEXP. If it is non-nil, the function lists only faces matching this regexp. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 395cf7a2c5e..f1e04dd8240 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-10-22 Richard M. Stallman + + * image.el (image-load-path): Use eval-at-startup to initialize. + + * subr.el (eval-at-startup): New macro. + + * subr.el: Much rearrangement of functions and division + into pages. No code changes. + 2005-10-22 Kenichi Handa * tar-mode.el (tar-extract): Be sure to call -- 2.39.5