CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/05/25 21:09:01
Index: font-latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/font-latex.el,v
retrieving revision 5.171
retrieving revision 5.172
diff -u -b -r5.171 -r5.172
--- font-latex.el 20 May 2007 12:56:39 -0000 5.171
+++ font-latex.el 25 May 2007 21:09:01 -0000 5.172
@@ -1405,7 +1405,7 @@
(when alternative (pop spec-list)))
(unless alternative
(setq syntax-error t)
- (when (= match-beg (point))
+ (when (and match-beg (= match-beg (point)))
(setq error-indicator-pos match-beg))
(throw 'break nil))))
;; Optional arguments: [...] and others
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs