auctex-diffs
[Top][All Lists]
Advanced

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

master 567458f5: Silence byte-compiler.


From: Tassilo Horn
Subject: master 567458f5: Silence byte-compiler.
Date: Tue, 30 Aug 2022 06:47:03 -0400 (EDT)

branch: master
commit 567458f54f83ed895555e29b2b7bb3708843772c
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Silence byte-compiler.
---
 tex-bar.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tex-bar.el b/tex-bar.el
index acb01c4d..5c36f24b 100644
--- a/tex-bar.el
+++ b/tex-bar.el
@@ -458,6 +458,8 @@ format of the argument MEANING-ALIST in the mentioned 
function."
                          (setq list-str-temp (cons (car i)
                                                    list-str-temp)))
                        (nreverse list-str-temp))))
+  ;; Will be defined by running LaTeX-install-toolbar.
+  (defvar LaTeX-symbols-active-menuitem)
   (defvar LaTeX-symbols-toolbar-visible-flag nil
     "Non-nil means that the LaTeX symbols on toolbar are visible.
 Internal variable.")



reply via email to

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