auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/latex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/latex.el,v
Date: Sun, 07 Sep 2008 14:21:19 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/09/07 14:21:17

Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.447
retrieving revision 5.448
diff -u -b -r5.447 -r5.448
--- latex.el    19 Jul 2008 17:09:13 -0000      5.447
+++ latex.el    7 Sep 2008 14:21:16 -0000       5.448
@@ -3357,10 +3357,10 @@
     ;; Point should not end up in the middle of nowhere if the search fails.
     (save-excursion
       (dotimes (c count) (LaTeX-find-matching-end))
-      (setq beg (line-beginning-position 2))
+      (setq end (line-beginning-position 2))
       (goto-char cur)
       (dotimes (c count) (LaTeX-find-matching-begin))
-      (setq end (point)))
+      (setq beg (point)))
     (set-mark end)
     (goto-char beg)
     (TeX-activate-region)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]