[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master cb0e671b: ; * tex-site.el.in (BibTeX-auto-store): Pacify the comp
From: |
Arash Esbati |
Subject: |
master cb0e671b: ; * tex-site.el.in (BibTeX-auto-store): Pacify the compiler. |
Date: |
Fri, 29 Sep 2023 10:56:15 -0400 (EDT) |
branch: master
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 05ef1156..8448a30c 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master cb0e671b: ; * tex-site.el.in (BibTeX-auto-store): Pacify the compiler.,
Arash Esbati <=