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

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

[elpa] externals/auctex ba568ead99 24/77: ; Silence the compiler for the


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

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

    ; Silence the compiler for the change in 37e5a450
    
    * tex.el: Silence the byte compiler for the functions
    `LaTeX-counter-list' and `LaTeX-length-list'.
    Add the library "comint" to the entries for `comint-exec' and
    `comint-mode'.
---
 tex.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/tex.el b/tex.el
index ec3650eba9..2deabb3d59 100644
--- a/tex.el
+++ b/tex.el
@@ -51,14 +51,13 @@
                   (bus service path interface method &rest args))
 (declare-function dbus-register-signal "ext:dbus"
                   (bus service path interface signal handler &rest args))
-(declare-function LaTeX-environment-list "latex"
-                  nil)
-(declare-function LaTeX-bibliography-list "latex"
-                  nil)
-(declare-function comint-exec
+(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
-                  nil)
+(declare-function comint-mode "ext:comint" nil)
 (declare-function tex--prettify-symbols-compose-p "ext:tex-mode"
                   (start end match))
 (declare-function gnuserv-start "ext:gnuserv"



reply via email to

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