emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Additional safe-local-variables


From: Reiner Steib
Subject: Re: Additional safe-local-variables
Date: Fri, 07 Apr 2006 20:55:41 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Fri, Apr 07 2006, Richard Stallman wrote:

>     I added it to `subr.el' in the "Misc. useful functions." part:
>
>     (defun string-or-null-p (object)
>       "Return t if OBJECT is a string or nil.
>     Otherwise, return nil."
>       (or (stringp object) (null object)))
>
> defun is best here, I think; we are not concerned about speed.
>
> Could you please add this to NEWS and the Lisp Manual?

I've added it under "General Lisp changes" in NEWS and in strings.texi
(Predicates for Strings).  I hope this makes sense.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]