branch: externals/listen
commit a708d834a344bde377435a06773df5b0a4626310
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Fix: (listen-mpd-tracks-matching) Autoload
    
    Needed for, e.g. bookmarks that call this function before the library
    is loaded.
---
 listen-mpd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/listen-mpd.el b/listen-mpd.el
index d5fdf515cc..1047fc108a 100644
--- a/listen-mpd.el
+++ b/listen-mpd.el
@@ -80,6 +80,7 @@ If SELECT-TAG-P, read TAG with completion."
                                 ('file "MPC Search (track): ")
                                 (_ (format "MPC Search (%s): " tag))))))
 
+;;;###autoload
 (cl-defun listen-mpd-tracks-matching (query &key (tag "file") select-tag-p)
   "Return tracks matching QUERY on TAG.
 If SELECT-TAG-P, prompt for TAG with completion.  If QUERY is

Reply via email to