emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex-cont-latexmk 45bd7a6c32 012/100: switch back to


From: ELPA Syncer
Subject: [elpa] externals/auctex-cont-latexmk 45bd7a6c32 012/100: switch back to previous reverse-direction style
Date: Thu, 6 Jun 2024 03:57:51 -0400 (EDT)

branch: externals/auctex-cont-latexmk
commit 45bd7a6c3245d190617fb223cb2136c3ef8f4732
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>

    switch back to previous reverse-direction style
---
 czm-tex-compile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index 6f7786c60c..abd61469c6 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -146,8 +146,8 @@ DIRECTION should be either \='next or \='previous."
                      (setq line (cons line-number line-prefix)))))
              (when (string-match "input line \\([0-9]+\\)" description)
                (setq line (string-to-number (match-string 1 description)))))
-            (forward-line -1)
-           ;; (forward-line (if (eq direction 'previous) -1 1))
+            ;; (forward-line -1)
+           (forward-line (if (eq direction 'previous) -1 1))
            
            (setq log-pos (point))))))
     (unless already-open



reply via email to

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