auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Thu, 02 Jun 2005 08:20:21 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]