From 32db2aff20b784a01c07d1138cb50d25526bcfd9 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 22 Nov 2017 06:59:58 -0500 Subject: * lisp/emms-player-mpd.el: interactive Make `emms-player-mpd-play interactive. --- lisp/emms-player-mpd.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emms-player-mpd.el b/lisp/emms-player-mpd.el index 83b480c..a9da1a4 100644 --- a/lisp/emms-player-mpd.el +++ b/lisp/emms-player-mpd.el @@ -870,6 +870,7 @@ Execute CALLBACK with CLOSURE as its first argument when done." "Play whatever is in the current MusicPD playlist. If ID is specified, play the song at that position in the MusicPD playlist." + (interactive) (if id (progn (unless (stringp id) -- cgit v1.2.3