[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 34fd9984: ; * bib-cite.el (): Silence byte compiler
From: |
Ikumi Keita |
Subject: |
master 34fd9984: ; * bib-cite.el (): Silence byte compiler |
Date: |
Mon, 9 May 2022 02:44:23 -0400 (EDT) |
branch: master
commit 34fd998400bdf21d3740c01dcc48f5c6719c9772
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>
; * bib-cite.el (): Silence byte compiler
---
bib-cite.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/bib-cite.el b/bib-cite.el
index aa594a1d..d380770c 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -595,6 +595,7 @@
;; Silence the compiler:
(declare-function reftex-view-crossref "ext:reftex-dcr"
(&optional arg auto-how fail-quietly))
+(declare-function outline-show-entry "ext:outline" ())
(defgroup bib-cite nil
"bib-cite, LaTeX minor-mode to display \\cite, \\ref and \\label commands."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 34fd9984: ; * bib-cite.el (): Silence byte compiler,
Ikumi Keita <=