diff options
| author | Richard M. Stallman | 2005-10-22 15:36:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-22 15:36:08 +0000 |
| commit | db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7 (patch) | |
| tree | 586f9877d2ca6505688d5e4ffd4dcce536d120cb | |
| parent | 229ffb5a07c2b87eb55fb36f504d68dfccc8ad0a (diff) | |
| download | emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.tar.gz emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 |
3 files changed, 11 insertions, 0 deletions
| @@ -3475,6 +3475,7 @@ It returns nil if the given Lisp form can't possibly do anything | |||
| 3475 | dangerous; otherwise it returns a reason why the form might be unsafe | 3475 | dangerous; 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 |
| 3479 | evaluate when Emacs starts up. If this is done after startup, | 3480 | evaluate when Emacs starts up. If this is done after startup, |
| 3480 | it evaluates those expressions immediately. | 3481 | 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 @@ | |||
| 1 | 2005-10-22 Richard M. Stallman <rms@gnu.org> | 1 | 2005-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 @@ | |||
| 1 | 2005-10-22 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * internals.texi (Building Emacs): Document eval-at-startup. | ||
| 4 | |||
| 1 | 2005-10-21 Richard M. Stallman <rms@gnu.org> | 5 | 2005-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. |