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/


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to