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

    delete a couple lines that should have been deleted last time
---
 czm-tex-compile.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/czm-tex-compile.el b/czm-tex-compile.el
index eafc85f0c9..6989cb71bf 100644
--- a/czm-tex-compile.el
+++ b/czm-tex-compile.el
@@ -155,8 +155,6 @@ DIRECTION should be either \='next or \='previous."
             (forward-line -1)
                   ;; (forward-line (if (eq direction 'previous) -1 1))
                   (setq log-pos (point))))))
-    (unless already-open
-      (kill-buffer buf))
     (setq-local czm-tex-compile--log-state (cons last-navigation-time log-pos))
     (when line
       (let ((pos

Reply via email to