Index: auctex/tex.el
diff -u auctex/tex.el:5.511 auctex/tex.el:5.512
--- auctex/tex.el:5.511 Sat May  7 14:19:34 2005
+++ auctex/tex.el       Mon May  9 14:49:18 2005
@@ -4257,6 +4257,8 @@
        (save-buffer)
       (TeX-auto-write)))
   (normal-mode)
+  ;; See also addition to `find-file-hooks' in `VirTeX-common-initialization'.
+  (when (eq TeX-master 'shared) (TeX-master-file nil nil t))
   (TeX-update-style))
 
 (defgroup TeX-quote nil


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

Reply via email to