[Top][All Lists]
[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.
- [AUCTeX-diffs] Changes to auctex/tex.el,
Ralf Angeli <=
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/05
- [AUCTeX-diffs] Changes to auctex/tex.el, David Kastrup, 2005/06/07
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/10
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/11
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/16
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/21
- [AUCTeX-diffs] Changes to auctex/tex.el, Ralf Angeli, 2005/06/21