diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-25 12:36:18 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-25 12:36:18 -0500 |
commit | 165d3e5f11b098e245d8c876c03c5315ca539615 (patch) | |
tree | 64111c5a0bea85120512c2ff10d04707b50495c8 | |
parent | 0bd8af410c56267a30e17615cef88ef755c3ecc6 (diff) | |
download | emacsconf-el-165d3e5f11b098e245d8c876c03c5315ca539615.tar.xz emacsconf-el-165d3e5f11b098e245d8c876c03c5315ca539615.zip |
add declare-function
Diffstat (limited to '')
-rw-r--r-- | emacsconf-stream.el | 2 |
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: ") |