branch: externals/listen commit a21fd86e0fe8adc33370159a7c687eea735c7e01 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Tidy: Compilation warning --- listen-mpd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/listen-mpd.el b/listen-mpd.el index 9556479899..26ce171a6e 100644 --- a/listen-mpd.el +++ b/listen-mpd.el @@ -69,6 +69,7 @@ applied to the buffer." (queue (listen-queue-complete :prompt "Add to queue" :allow-new-p t))) (list tracks queue))) (require 'listen-mpd) + (declare-function listen-queue-add-tracks "listen-queue") (listen-queue-add-tracks tracks queue)) (cl-defun listen-mpd-read-query (&key (tag 'file) select-tag-p)