comparison etc/NEWS @ 90381:65ca8fb66a0d

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 190-203) - Update from CVS - Undo incorrect merge of etc/images/README from Gnus 5.10 - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 74-80) - Update from CVS - Update from CVS: README: Addition from 5.10.6 tar ball.
author Miles Bader <miles@gnu.org>
date Sun, 09 Apr 2006 00:38:22 +0000
parents 482dfed28bee f0238be5a17b
children c156f6a9e7b5
comparison
equal deleted inserted replaced
90380:4bf7966e0788 90381:65ca8fb66a0d
3696 This is useful in packages that can be preloaded. 3696 This is useful in packages that can be preloaded.
3697 3697
3698 *** `list-faces-display' takes an optional argument, REGEXP. 3698 *** `list-faces-display' takes an optional argument, REGEXP.
3699 3699
3700 If it is non-nil, the function lists only faces matching this regexp. 3700 If it is non-nil, the function lists only faces matching this regexp.
3701
3702 +++
3703 *** New function `string-or-null-p'.
3704
3705 Return t if OBJECT is a string or nil. Otherwise, return nil.
3701 3706
3702 ** Lisp code indentation features: 3707 ** Lisp code indentation features:
3703 3708
3704 +++ 3709 +++
3705 *** The `defmacro' form can contain indentation and edebug declarations. 3710 *** The `defmacro' form can contain indentation and edebug declarations.