CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 06/07/07 19:08:47
Index: tex.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex.el,v retrieving revision 5.580 retrieving revision 5.581 diff -u -b -r5.580 -r5.581 --- tex.el 2 Jul 2006 21:41:15 -0000 5.580 +++ tex.el 7 Jul 2006 19:08:46 -0000 5.581 @@ -4532,7 +4532,7 @@ (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)) + (TeX-update-style t)) (defgroup TeX-quote nil "Quoting in AUCTeX." _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
