Mercurial > emacs
changeset 69844:9b1a2f1cdf0e
Add string-or-null-p.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Fri, 07 Apr 2006 18:52:30 +0000 |
parents | 6ad4218cfb21 |
children | e9b7f9dec32c |
files | etc/ChangeLog etc/NEWS |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Fri Apr 07 18:23:03 2006 +0000 +++ b/etc/ChangeLog Fri Apr 07 18:52:30 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> + + * NEWS: Add string-or-null-p. + 2006-03-28 Bill Wohler <wohler@newt.com> * images/README: Update with following information.
--- a/etc/NEWS Fri Apr 07 18:23:03 2006 +0000 +++ b/etc/NEWS Fri Apr 07 18:52:30 2006 +0000 @@ -3624,6 +3624,12 @@ If it is non-nil, the function lists only faces matching this regexp. ++++ +*** New function `string-or-null-p'. + +Return t if OBJECT is a string or nil. Otherwise, return nil. + + ** Lisp code indentation features: +++