From 2f71678ffec510958d2bd237cc686d8f9ad90933 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 23 Feb 2026 18:44:00 -0600 Subject: 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. --- chime.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3