branch: externals/auctex commit 59b79425187d0d31c186d10fb13289c81cce9d58 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@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 "["