auctex-diffs
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Sun, 10 Apr 2011 16:10:58 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    11/04/10 16:10:58

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.675
retrieving revision 5.676
diff -u -b -r5.675 -r5.676
--- tex.el      27 Mar 2011 13:23:16 -0000      5.675
+++ tex.el      10 Apr 2011 16:10:58 -0000      5.676
@@ -1425,7 +1425,9 @@
     (if (null buf)
         (message "No buffer for %s." file)
       (switch-to-buffer buf)
-      (goto-line (car linecol))
+      (push-mark (point) 'nomsg)
+      (goto-char (point-min))
+      (forward-line (1- line))
       (unless (= col -1)
         (move-to-column col)))))
 



reply via email to

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