aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-23 18:44:00 -0600
committerCraig Jennings <c@cjennings.net>2026-02-23 18:44:00 -0600
commit2f71678ffec510958d2bd237cc686d8f9ad90933 (patch)
tree878c71568dc923ca95c247c7eaa81539632b6d6a
parent52bc83a17b36e9d74be847b0e3d0a83e705dba3f (diff)
downloadchime-2f71678ffec510958d2bd237cc686d8f9ad90933.tar.gz
chime-2f71678ffec510958d2bd237cc686d8f9ad90933.zip
Add missing declare-function for chime-debug functions
Declare chime-debug-enable-async-monitoring, chime--debug-log-async-error, and chime--debug-log-async-complete to suppress byte-compiler warnings.
-rw-r--r--chime.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/chime.el b/chime.el
index 6650235..1599ba4 100644
--- a/chime.el
+++ b/chime.el
@@ -68,6 +68,9 @@
;; Declare functions from chime-debug.el (loaded conditionally)
(declare-function chime-debug-monitor-event-loading "chime-debug")
+(declare-function chime-debug-enable-async-monitoring "chime-debug")
+(declare-function chime--debug-log-async-error "chime-debug")
+(declare-function chime--debug-log-async-complete "chime-debug")
;;;; Customization Variables