aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-22 15:36:08 +0000
committerRichard M. Stallman2005-10-22 15:36:08 +0000
commitdb5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7 (patch)
tree586f9877d2ca6505688d5e4ffd4dcce536d120cb /etc
parent229ffb5a07c2b87eb55fb36f504d68dfccc8ad0a (diff)
downloademacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.tar.gz
emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
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
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+++
3478*** New macro `eval-at-startup' specifies expressions to 3479*** New macro `eval-at-startup' specifies expressions to
3479evaluate when Emacs starts up. If this is done after startup, 3480evaluate when Emacs starts up. If this is done after startup,
3480it evaluates those expressions immediately. 3481it evaluates those expressions immediately.