aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-22 15:27:03 +0000
committerRichard M. Stallman2005-10-22 15:27:03 +0000
commit41e7ed3a2e941c99918ce655c55245e8bf89913d (patch)
treecfc3f2a86311dafbad66a3590ba70625124a82f5
parentdada660ab6605f6f4f58a621da9a8df72275d27f (diff)
downloademacs-41e7ed3a2e941c99918ce655c55245e8bf89913d.tar.gz
emacs-41e7ed3a2e941c99918ce655c55245e8bf89913d.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog9
2 files changed, 15 insertions, 0 deletions
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
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*** New macro `eval-at-startup' specifies expressions to
3479evaluate when Emacs starts up. If this is done after startup,
3480it evaluates those expressions immediately.
3481
3482This is useful in packages that can be preloaded.
3483
3478*** `list-faces-display' takes an optional argument, REGEXP. 3484*** `list-faces-display' takes an optional argument, REGEXP.
3479 3485
3480If it is non-nil, the function lists only faces matching this regexp. 3486If 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 @@
12005-10-22 Richard M. Stallman <rms@gnu.org>
2
3 * image.el (image-load-path): Use eval-at-startup to initialize.
4
5 * subr.el (eval-at-startup): New macro.
6
7 * subr.el: Much rearrangement of functions and division
8 into pages. No code changes.
9
12005-10-22 Kenichi Handa <handa@m17n.org> 102005-10-22 Kenichi Handa <handa@m17n.org>
2 11
3 * tar-mode.el (tar-extract): Be sure to call 12 * tar-mode.el (tar-extract): Be sure to call