branch: externals/auctex-cont-latexmk commit 45bd7a6c3245d190617fb223cb2136c3ef8f4732 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@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