auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex 59b7942 17/30: ; Silence the comp


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 59b7942 17/30: ; Silence the compiler
Date: Fri, 25 Sep 2020 11:00:14 -0400 (EDT)

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

    ; Silence the compiler
    
    * latex.el: Silence the compiler for unknown functions.
---
 latex.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/latex.el b/latex.el
index 6ba4d84..a092a01 100644
--- a/latex.el
+++ b/latex.el
@@ -37,6 +37,14 @@
 (eval-when-compile
   (require 'cl-lib))
 
+;; Silence the compiler for functions:
+(declare-function outline-level "ext:outline"
+                 nil)
+(declare-function outline-mark-subtree "ext:outline"
+                 nil)
+(declare-function turn-off-filladapt-mode "ext:filladapt"
+                 nil)
+
 ;;; Syntax
 
 (defvar LaTeX-optop "["



reply via email to

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