summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-25 12:36:18 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-25 12:36:18 -0500
commit165d3e5f11b098e245d8c876c03c5315ca539615 (patch)
tree64111c5a0bea85120512c2ff10d04707b50495c8
parent0bd8af410c56267a30e17615cef88ef755c3ecc6 (diff)
downloademacsconf-el-165d3e5f11b098e245d8c876c03c5315ca539615.tar.xz
emacsconf-el-165d3e5f11b098e245d8c876c03c5315ca539615.zip
add declare-function
-rw-r--r--emacsconf-stream.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf-stream.el b/emacsconf-stream.el
index b359bb3..e8ddef5 100644
--- a/emacsconf-stream.el
+++ b/emacsconf-stream.el
@@ -634,6 +634,8 @@ ffplay URL
(defvar emacsconf-stream-track "General")
(defvar emacsconf-stream-clock-buffer "*emacsconf*")
(defvar emacsconf-stream-clock-timer nil)
+(declare-function 'diary-entry-time "diary-lib")
+(declare-function 'text-property-search-forward "text-property-search")
(defun emacsconf-stream-display-clock-and-countdown (&optional time message)
"TIME is HH:MM."
(interactive "MTime: \nMMessage: ")