auctex-diffs
[Top][All Lists]
Advanced

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

master edb15b8f: Follow up the previous commit


From: Ikumi Keita
Subject: master edb15b8f: Follow up the previous commit
Date: Wed, 15 Jun 2022 03:27:08 -0400 (EDT)

branch: master
commit edb15b8f26272de9fc573d4679c545dd7e415e45
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>

    Follow up the previous commit
    
    * tex.el (TeX-run-interactive): Avoid (void-variable
    compilation-in-progress) error) for interactive mode as well.
---
 tex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tex.el b/tex.el
index b98b57e5..209639ea 100644
--- a/tex.el
+++ b/tex.el
@@ -8094,6 +8094,7 @@ Error parsing on \\[next-error] should work with a bit of 
luck."
     (TeX-command-mode-line process)
     (set-process-sentinel process #'TeX-command-sentinel)
     (set-marker (process-mark process) (point-max))
+    (require 'compile)
     (setq compilation-in-progress (cons process compilation-in-progress))
     (TeX-parse-reset)
     (setq TeX-parse-function #'TeX-parse-TeX)



reply via email to

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