Index: auctex/tex.el
diff -u auctex/tex.el:5.566 auctex/tex.el:5.567
--- auctex/tex.el:5.566 Sun May 7 17:41:14 2006
+++ auctex/tex.el Wed May 10 12:31:15 2006
@@ -1437,9 +1437,9 @@
(string :format "%v")))
(make-variable-buffer-local 'TeX-master)
(put 'TeX-master 'safe-local-variable
- (lambda (x)
- (or (stringp x)
- (member x (quote (t nil shared dwim))))))
+ '(lambda (x)
+ (or (stringp x)
+ (member x (quote (t nil shared dwim))))))
(defvar TeX-convert-master t
"*If not nil, automatically convert ``Master:'' lines to file variables.
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs