Index: auctex/tex.el
diff -u auctex/tex.el:5.520 auctex/tex.el:5.521
--- auctex/tex.el:5.520 Sat May 28 16:21:47 2005
+++ auctex/tex.el       Thu Jun  2 12:20:20 2005
@@ -2238,6 +2238,8 @@
   ;; `(TeX-master-file nil nil t)' has to be called *before*
   ;; `TeX-update-style' as the latter will call `TeX-master-file'
   ;; without the `ask' bit set.
+  (when (and (featurep 'xemacs) (not (emacs-version>= 21 5)))
+    (make-local-hook 'find-file-hooks))
   (add-hook 'find-file-hooks
            (lambda ()
              ;; Check if we are looking at a new or shared file.


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to