branch: externals/auctex
commit be71fb7ea7c425d2afc0a7e42c39dfc90131b40a
Author: Ikumi Keita <ik...@ikumi.que.jp>
Commit: Ikumi Keita <ik...@ikumi.que.jp>

    Delete bogus defvar
    
    * tex-buf.el: Remove bogus defvar for `compilation-in-progress'. There
    is a bare defvar for it already far above these lines.
---
 tex-buf.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tex-buf.el b/tex-buf.el
index bb5e275..8f1170a 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1851,12 +1851,6 @@ variable is nil."
 
 ;;; Process Control
 
-
-;; This variable is shared with `compile.el'.
-;; FIXME: Then it should not be defvar'd here!
-(defvar compilation-in-progress nil
-  "List of compilation processes now running.")
-
 ;; COMPATIBILITY for emacs < 27
 (if (< emacs-major-version 27)
     (or (assq 'compilation-in-progress minor-mode-alist)

Reply via email to