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: Reiner Steib
Subject: Re: add info about safe-local-variable to describe-variable
Date: Wed, 10 May 2006 17:32:09 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Wed, May 10 2006, Reiner Steib wrote:

> I still think we should avoid printing byte-code even in case third
> party libraries forget to quote a lambda expression.

I noticed that we also get byte-code for the `allout.el' variables
like `allout-numbered-bullet'.  This happens because Ken Manheimer
(cc-ed) used...

;;;###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'.

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]