From bf80e02cd233409d56580bf38cc76ef58fc0f24e Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 1 Apr 2006 21:06:00 +0000 Subject: Make all add-on files toggle-able. darcs-hash:20060401210634-1bfb2-6a8f735119b68c6ab80d503910ec0105680fec73.gz --- emms-player-mpd.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emms-player-mpd.el') 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. -- cgit v1.2.3