comparison etc/NEWS @ 66308:cd1db33ab0d9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Oct 2005 15:27:03 +0000
parents b634f15a1cf9
children c6ce52581f1e
comparison
equal deleted inserted replaced
66307:ca953a3dbdf1 66308:cd1db33ab0d9
3472 *** New function `unsafep' determines whether a Lisp form is safe. 3472 *** New function `unsafep' determines whether a Lisp form is safe.
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
3478 *** New macro `eval-at-startup' specifies expressions to
3479 evaluate when Emacs starts up. If this is done after startup,
3480 it evaluates those expressions immediately.
3481
3482 This is useful in packages that can be preloaded.
3477 3483
3478 *** `list-faces-display' takes an optional argument, REGEXP. 3484 *** `list-faces-display' takes an optional argument, REGEXP.
3479 3485
3480 If it is non-nil, the function lists only faces matching this regexp. 3486 If it is non-nil, the function lists only faces matching this regexp.
3481 3487