[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 2b043b61: ; * tex-site.el.in: Pacify the compiler.
From: |
Arash Esbati |
Subject: |
main 2b043b61: ; * tex-site.el.in: Pacify the compiler. |
Date: |
Fri, 26 Jul 2024 11:34:44 -0400 (EDT) |
branch: main
commit 2b043b61bb12a81bbfd17ea72bb7394f41b89a9f
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; * tex-site.el.in: Pacify the compiler.
---
tex-site.el.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tex-site.el.in b/tex-site.el.in
index 2e8b4b50..1d2da038 100644
--- a/tex-site.el.in
+++ b/tex-site.el.in
@@ -106,6 +106,9 @@ shared by all users of a site."
;; Tell emacs to continue standard unloading procedure.
nil)
+;; Silence the compiler for the variable defined below:
+(defvar TeX-modes)
+
(defun TeX-modes-set (var value &optional _ignored)
"Set VAR (which should be `TeX-modes') to VALUE.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 2b043b61: ; * tex-site.el.in: Pacify the compiler.,
Arash Esbati <=