branch: externals/auctex
commit 99470f080d057b970ba00a61c9c97be8f60d1490
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@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