aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2017-11-22 06:59:58 -0500
committerYoni Rabkin <yoni@rabkins.net>2017-11-22 06:59:58 -0500
commit32db2aff20b784a01c07d1138cb50d25526bcfd9 (patch)
treeeb6e28749b9ae718f94c4ea1cbe2b2abbb1e30ae /lisp
parent5e49985e8fcbf5e0c24f0a8690d3d8ba2f0a3838 (diff)
* lisp/emms-player-mpd.el: interactive
Make `emms-player-mpd-play interactive.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-player-mpd.el1
1 files changed, 1 insertions, 0 deletions
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)