emacs-devel
[Top][All Lists]
Advanced

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

Re: Additional safe-local-variables


From: Richard Stallman
Subject: Re: Additional safe-local-variables
Date: Thu, 06 Apr 2006 22:19:46 -0400

    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?




reply via email to

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