emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex be71fb7 03/10: Delete bogus defvar


From: Tassilo Horn
Subject: [elpa] externals/auctex be71fb7 03/10: Delete bogus defvar
Date: Thu, 24 Dec 2020 09:49:29 -0500 (EST)

branch: externals/auctex
commit be71fb7ea7c425d2afc0a7e42c39dfc90131b40a
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@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

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