Index: auctex/tex.el diff -u auctex/tex.el:5.567 auctex/tex.el:5.568 --- auctex/tex.el:5.567 Wed May 10 12:31:15 2006 +++ auctex/tex.el Mon May 15 16:06:41 2006 @@ -1058,7 +1058,9 @@ :group 'TeX-command :set 'TeX-mode-set :type 'boolean) -(put 'TeX-PDF-mode 'safe-local-variable 'booleanp) +(put 'TeX-PDF-mode 'safe-local-variable (if (fboundp 'booleanp) + 'booleanp + '(lambda (x) (memq x '(nil t))))) (define-minor-mode TeX-PDF-mode "Minor mode for using PDFTeX.
_______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
