auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex cb0e671b0c 34/37: ; * tex-site.el.in (BibTeX-aut


From: Tassilo Horn
Subject: [elpa] externals/auctex cb0e671b0c 34/37: ; * tex-site.el.in (BibTeX-auto-store): Pacify the compiler.
Date: Wed, 11 Oct 2023 03:41:57 -0400 (EDT)

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

    ; * tex-site.el.in (BibTeX-auto-store): Pacify the compiler.
---
 tex-site.el.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tex-site.el.in b/tex-site.el.in
index 05ef115649..8448a30c5b 100644
--- a/tex-site.el.in
+++ b/tex-site.el.in
@@ -41,6 +41,8 @@
 (when (< emacs-major-version 26)
   (error "AUCTeX requires Emacs 26.1 or later"))
 
+(declare-function BibTeX-auto-store "latex")
+
 (unless (or (fboundp 'TeX-modes-set)     ;Avoid inf-looping.
             (fboundp 'TeX-tex-mode))     ;auctex-autoloads is not loaded.
   ;; Try and support the case where someone loads tex-site.el or




reply via email to

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