diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 18:44:00 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 18:44:00 -0600 |
| commit | 2f71678ffec510958d2bd237cc686d8f9ad90933 (patch) | |
| tree | 878c71568dc923ca95c247c7eaa81539632b6d6a | |
| parent | 52bc83a17b36e9d74be847b0e3d0a83e705dba3f (diff) | |
| download | chime-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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
