auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 1193619 02/34: ; Silence the comp


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 1193619 02/34: ; Silence the compiler
Date: Sun, 6 Jun 2021 11:40:00 -0400 (EDT)

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

    ; Silence the compiler
    
    * latex.el: Silence the compiler for the 3 functions which are
    reported when Emacs is built `with-native-compilation'.
---
 latex.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/latex.el b/latex.el
index fe09378..c018e7d 100644
--- a/latex.el
+++ b/latex.el
@@ -45,6 +45,15 @@
 (declare-function turn-off-filladapt-mode "ext:filladapt"
                   nil)
 
+;; These functions are reported to be unknown when built
+;; `with-native-compilation':
+(declare-function LaTeX-command-section-change-level "tex-buf"
+                  (arg))
+(declare-function TeX-LaTeX-sentinel "tex-buf"
+                  (process name))
+(declare-function LaTeX-flymake "latex-flymake"
+                  (report-fn &rest _args))
+
 ;; Silence the compiler for variables:
 (defvar outline-heading-alist)
 (defvar TeX-auto-file)




reply via email to

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