From 1ca9b532b1bedf4e7edcb4ca383bef9368468871 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Fri, 7 Apr 2006 18:52:30 +0000 Subject: [PATCH] Add string-or-null-p. --- etc/ChangeLog | 4 ++++ etc/NEWS | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index f38688a3a7..95b24e50e2 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 527721290f..2d4158a259 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: +++ -- 2.39.2