]> code.delx.au - gnu-emacs/commitdiff
Add string-or-null-p.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:52:30 +0000 (18:52 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:52:30 +0000 (18:52 +0000)
etc/ChangeLog
etc/NEWS

index f38688a3a7c7f63af82c0697f1615032fe86b65a..95b24e50e2d821a855fcfa995a3ca00a887a5ffd 100644 (file)
@@ -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.
index 527721290f0baaaccf94f56669b158d0e8019627..2d4158a2597ab63c7c14491469f2faf5bd1ae16d 100644 (file)
--- 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:
 
 +++