[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 074e1c9f: * tex.el: Delete Emacs<27 compat code from commit 087b0
From: |
Arash Esbati |
Subject: |
master 074e1c9f: * tex.el: Delete Emacs<27 compat code from commit 087b030001. |
Date: |
Fri, 15 Mar 2024 05:54:40 -0400 (EDT) |
branch: master
commit 074e1c9fd16602cd5fe6cf2e66a24ad28d9138bf
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@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 da2f91fe..f24752b7 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 074e1c9f: * tex.el: Delete Emacs<27 compat code from commit 087b030001.,
Arash Esbati <=