From: Richard M. Stallman Date: Sat, 22 Oct 2005 15:36:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7;p=emacs.git *** empty log message *** --- 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 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f1e04dd8240..fed628ba939 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2005-10-22 Richard M. Stallman + * files.el (make-temp-file): Moved from subr.el. + * subr.el (make-temp-file): Moved to files.el. + + * window.el (get-buffer-window-list): Moved from subr.el. + * subr.el (get-buffer-window-list): Moved to window.el. + * image.el (image-load-path): Use eval-at-startup to initialize. * 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 @@ +2005-10-22 Richard M. Stallman + + * internals.texi (Building Emacs): Document eval-at-startup. + 2005-10-21 Richard M. Stallman * loading.texi (Where Defined): load-history contains abs file names.