auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 99470f080d 06/23: Close over list-strings from o


From: Tassilo Horn
Subject: [elpa] externals/auctex 99470f080d 06/23: Close over list-strings from outer scope.
Date: Thu, 20 Oct 2022 14:53:17 -0400 (EDT)

branch: externals/auctex
commit 99470f080d057b970ba00a61c9c97be8f60d1490
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Close over list-strings from outer scope.
    
    * tex-bar.el (menu-strings-buttons-alist): Close over list-strings
    from outer scope.
---
 tex-bar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-bar.el b/tex-bar.el
index 810509bb14..acb01c4d77 100644
--- a/tex-bar.el
+++ b/tex-bar.el
@@ -479,7 +479,7 @@ Internal variable.")
                         (if LaTeX-symbols-toolbar-visible-flag "off " "on ")
                         "the toolbar of LaTeX symbols (current class: "
                         (nth (1- LaTeX-symbols-active-menuitem)
-                             (quote ,list-strings))
+                             list-strings)
                         ")")))
       ;; the dropdown button, that also switch on the symbols
       ,(append '(:dropdown-group)




reply via email to

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