CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/10/12 18:13:50

Index: tex-buf.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex-buf.el,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -b -r1.274 -r1.275
--- tex-buf.el  25 May 2008 06:50:31 -0000      1.274
+++ tex-buf.el  12 Oct 2008 18:13:50 -0000      1.275
@@ -1551,7 +1551,7 @@
   (let* ((error (concat "** " string))
 
         ;; bad-box is nil if this is a "LaTeX Warning"
-        (bad-box (string-match "\\\\[vb]ox.*[0-9]*--[0-9]*" string))
+        (bad-box (string-match "\\\\[vh]box.*[0-9]*--[0-9]*" string))
         ;; line-string: match 1 is beginning line, match 2 is end line
         (line-string (if bad-box " \\([0-9]*\\)--\\([0-9]*\\)"
                        "on input line \\([0-9]*\\)\\."))


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

Reply via email to