branch: main commit 2b043b61bb12a81bbfd17ea72bb7394f41b89a9f Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@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.