From 165d3e5f11b098e245d8c876c03c5315ca539615 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 25 Nov 2022 12:36:18 -0500 Subject: add declare-function --- emacsconf-stream.el | 2 ++ 1 file changed, 2 insertions(+) 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: ") -- cgit v1.2.3