aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index fe2bd33..6bac3fd 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -562,6 +562,7 @@ playlist, and then plays the current track."
(run-at-time t emms-player-mpd-check-interval
'emms-player-mpd-detect-song-change)))
+;;;###autoload
(defun emms-player-mpd-connect ()
"Connect to MusicPD and retrieve its current playlist.
Afterward, the status of MusicPD will be tracked."
@@ -663,6 +664,7 @@ info from MusicPD."
(when name
(emms-track-set track name value))))))
+;;;###autoload
(defun emms-player-mpd-show (&optional insertp)
"Describe the current EMMS track in the minibuffer.
If INSERTP is non-nil, insert the description into the current buffer instead.