auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 11936198e22ad783765b1


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 11936198e22ad783765b10765f68e3f6b8e5e095
Date: Sat, 1 May 2021 17:28:21 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  11936198e22ad783765b10765f68e3f6b8e5e095 (commit)
      from  bff3d852eb790266cfa55a69fcd877f67780a2df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 11936198e22ad783765b10765f68e3f6b8e5e095
Author: Arash Esbati <arash@gnu.org>
Date:   Sat May 1 23:27:16 2021 +0200

    ; Silence the compiler
    
    * latex.el: Silence the compiler for the 3 functions which are
    reported when Emacs is built `with-native-compilation'.

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)

-----------------------------------------------------------------------

Summary of changes:
 latex.el | 9 +++++++++
 1 file changed, 9 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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