Mercurial > emacs
comparison etc/NEWS @ 66312:c6ce52581f1e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Oct 2005 15:36:08 +0000 |
parents | cd1db33ab0d9 |
children | f3a8428be12d |
comparison
equal
deleted
inserted
replaced
66311:cf092daa39de | 66312:c6ce52581f1e |
---|---|
3473 | 3473 |
3474 It returns nil if the given Lisp form can't possibly do anything | 3474 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. |
3481 | 3482 |
3482 This is useful in packages that can be preloaded. | 3483 This is useful in packages that can be preloaded. |