[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/tex-buf.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/tex-buf.el,v |
Date: |
Sun, 12 Oct 2008 18:13:51 +0000 |
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]*\\)\\."))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] Changes to auctex/tex-buf.el,v,
Ralf Angeli <=