CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 06/07/12 19:45:55
Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.413
retrieving revision 5.414
diff -u -b -r5.413 -r5.414
--- latex.el 29 Jun 2006 18:42:00 -0000 5.413
+++ latex.el 12 Jul 2006 19:45:55 -0000 5.414
@@ -2815,9 +2815,7 @@
;; while searching backward, search forward again.
(cond ((bolp)
(skip-chars-forward "^ \n" (point-max)))
- ((TeX-looking-at-backward
- (concat "^[ \t]+\\|^[ \t]*" TeX-comment-start-regexp "+[ \t]*")
- (1- (line-beginning-position)))
+ ((TeX-looking-at-backward "^[ \t%]+" (1- (line-beginning-position)))
(goto-char (match-end 0))
(skip-chars-forward "^ \n" (point-max))))
;; This code was copied from the function `fill-move-to-break-point'
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs