auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 1d32138 25/34: ; Silence the comp


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

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

    ; Silence the compiler
    
    * tex-info.el: Declare the function `TeX-TeX-sentinel' in order to
    silence the native compiler.
---
 tex-info.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tex-info.el b/tex-info.el
index 57e14c3..8861195 100644
--- a/tex-info.el
+++ b/tex-info.el
@@ -31,6 +31,10 @@
 
 (require 'texinfo)
 
+;; Silence the compiler for Emacs compiled `--with-native-compilation':
+(declare-function TeX-TeX-sentinel "tex-buf"
+                  (process name))
+
 ;;; Environments:
 (defvar Texinfo-environment-list
   '(("cartouche") ("command") ("copying") ("defcv") ("deffn") ("defivar")




reply via email to

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