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)))))
 

_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to