> ;;;###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
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug