emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: add info about safe-local-variable to describe-variable


From: Stefan Monnier
Subject: Re: add info about safe-local-variable to describe-variable
Date: Wed, 10 May 2006 11:52:15 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> ;;;###autoload
> (put 'allout-numbered-bullet 'safe-local-variable
>      (lambda (x) (or (not x) (stringp x))))

> ... instead of...

> ;;;###autoload(put 'allout-numbered-bullet 'safe-local-variable (lambda (x) 
> (or (not x) (stringp x))))

> ... (and similar for other many other variables) in `allout.el'.

Actually, we should use string-or-null-p here.


        Stefan





reply via email to

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