emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex e30fda8130 26/77: ; Really silence the compiler


From: Tassilo Horn
Subject: [elpa] externals/auctex e30fda8130 26/77: ; Really silence the compiler for the change in 37e5a450
Date: Fri, 26 Aug 2022 16:06:33 -0400 (EDT)

branch: externals/auctex
commit e30fda813016a72ef84fca8788343a9921e5aa02
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; Really silence the compiler for the change in 37e5a450
    
    * tex.el (VirTeX-common-initialization): Correctly quote
    functions.
---
 tex.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tex.el b/tex.el
index 2deabb3d59..1a3338c795 100644
--- a/tex.el
+++ b/tex.el
@@ -53,8 +53,6 @@
                   (bus service path interface signal handler &rest args))
 (declare-function LaTeX-environment-list "latex" nil)
 (declare-function LaTeX-bibliography-list "latex" nil)
-(declare-function LaTeX-counter-list "latex" nil)
-(declare-function LaTeX-length-list "latex" nil)
 (declare-function comint-exec "ext:comint"
                   (buffer name command startfile switches))
 (declare-function comint-mode "ext:comint" nil)
@@ -3757,9 +3755,9 @@ The algorithm is as follows:
                           1
                           (lambda ()
                             (append (TeX-symbol-list-filtered)
-                                    (when (fboundp #'LaTeX-length-list)
+                                    (when (fboundp 'LaTeX-length-list)
                                       (LaTeX-length-list))
-                                    (when (fboundp #'LaTeX-counter-list)
+                                    (when (fboundp 'LaTeX-counter-list)
                                       (mapcar (lambda (x)
                                                 `(,(concat "the" (car x))))
                                               (LaTeX-counter-list)))))



reply via email to

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