auctex-diffs
[Top][All Lists]
Advanced

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

master 99470f08: Close over list-strings from outer scope.


From: Tassilo Horn
Subject: master 99470f08: Close over list-strings from outer scope.
Date: Tue, 30 Aug 2022 06:43:05 -0400 (EDT)

branch: master
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 810509bb..acb01c4d 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]