auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 567458f54f 07/23: Silence byte-compiler.


From: Tassilo Horn
Subject: [elpa] externals/auctex 567458f54f 07/23: Silence byte-compiler.
Date: Thu, 20 Oct 2022 14:53:19 -0400 (EDT)

branch: externals/auctex
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 acb01c4d77..5c36f24b4f 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]