mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
*** empty log message ***
This commit is contained in:
parent
229ffb5a07
commit
db5fe0a64c
1
etc/NEWS
1
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.
|
||||
|
@ -1,5 +1,11 @@
|
||||
2005-10-22 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-10-22 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* internals.texi (Building Emacs): Document eval-at-startup.
|
||||
|
||||
2005-10-21 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* loading.texi (Where Defined): load-history contains abs file names.
|
||||
|
Loading…
Reference in New Issue
Block a user