CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    10/04/17 12:01:00

Index: tex-buf.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex-buf.el,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -b -r1.284 -r1.285
--- tex-buf.el  13 Apr 2010 12:22:24 -0000      1.284
+++ tex-buf.el  17 Apr 2010 12:00:59 -0000      1.285
@@ -1634,6 +1634,9 @@
     (goto-char error-point)
     (setq TeX-error-point (point))
 
+    (unless file
+      (error "Could not determine file for warning"))
+
     ;; Go back to TeX-buffer
     (let ((runbuf (current-buffer))
          (master (with-current-buffer


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

Reply via email to