CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/05/22 19:32:18

Index: tex-buf.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex-buf.el,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -b -r1.272 -r1.273
--- tex-buf.el  1 May 2008 13:59:19 -0000       1.272
+++ tex-buf.el  22 May 2008 19:32:18 -0000      1.273
@@ -810,8 +810,10 @@
   "Process TeX command output buffer after the process dies."
   ;; Set `TeX-transient-master' here because `preview-parse-messages'
   ;; may open files and thereby trigger master file questions which we
-  ;; don't want and need because we already know the master.
-  (let* ((TeX-transient-master (TeX-active-master))
+  ;; don't want and need because we already know the master.  Use
+  ;; `TeX-master-file' instead of `TeX-active-master' to determine the
+  ;; master because the region file should never be the master.
+  (let* ((TeX-transient-master (TeX-master-file))
         (buffer (process-buffer process))
         (name (process-name process)))
     (cond ((null (buffer-name buffer)) ; buffer killed


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

Reply via email to