branch: externals/auctex
commit 074e1c9fd16602cd5fe6cf2e66a24ad28d9138bf
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@gnu.org>

    * tex.el: Delete Emacs<27 compat code from commit 087b030001.
---
 tex.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tex.el b/tex.el
index da2f91fe43..f24752b75d 100644
--- a/tex.el
+++ b/tex.el
@@ -8741,12 +8741,6 @@ variable is nil."
 
 ;;; Process Control
 
-;; COMPATIBILITY for emacs < 27
-(if (< emacs-major-version 27)
-    (or (assq 'compilation-in-progress minor-mode-alist)
-        (setq minor-mode-alist (cons '(compilation-in-progress " Compiling")
-                                     minor-mode-alist))))
-
 (defun TeX-process-get-variable (name symbol &optional default)
   "Return the value in the process buffer for NAME of SYMBOL.
 


Reply via email to