From: Reiner Steib Date: Fri, 7 Apr 2006 18:52:30 +0000 (+0000) Subject: Add string-or-null-p. X-Git-Tag: emacs-pretest-22.0.90~3288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ca9b532b1bedf4e7edcb4ca383bef9368468871;p=emacs.git Add string-or-null-p. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index f38688a3a7c..95b24e50e2d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-04-07 Reiner Steib + + * NEWS: Add string-or-null-p. + 2006-03-28 Bill Wohler * images/README: Update with following information. diff --git a/etc/NEWS b/etc/NEWS index 527721290f0..2d4158a2597 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3624,6 +3624,12 @@ This is useful in packages that can be preloaded. 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: +++