diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-10-22 15:36:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-10-22 15:36:08 +0000 |
commit | db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7 (patch) | |
tree | 586f9877d2ca6505688d5e4ffd4dcce536d120cb /etc | |
parent | 229ffb5a07c2b87eb55fb36f504d68dfccc8ad0a (diff) | |
download | emacs-db5fe0a64c56c4ca3ba8417d8a067e8a2bc745b7.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |