branch: externals/auctex-cont-latexmk
commit 09e362e9f6f48c5dc1b4beee81260da5084d9a00
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    fixed some silly bugs
---
 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 dc17f09c93..84e3bd7934 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -150,7 +150,7 @@ DIRECTION should be either \='next or \='previous."
            (setq log-pos (point))))))
     (unless already-open
       (kill-buffer buf))
-    (setq-local czm/latex-log-state (cons last-navigation-time log-pos))
+    (setq-local czm-tex-compile-log-state (cons last-navigation-time log-pos))
     (when line
       (if (consp line)
          (progn
@@ -164,7 +164,7 @@ DIRECTION should be either \='next or \='previous."
                      (substring search-string 3))))
              (search-forward truncated-search-string nil t)))
         (goto-char (point-min))
-        (forward-line (1- (car line)))))
+        (forward-line (1- line))))
     (message (or description "No further errors or warnings."))))
 
 ;;;###autoload

Reply via email to