aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-playlist-mode.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2019-01-04 12:53:00 -0500
committerYoni Rabkin <yoni@rabkins.net>2019-01-04 12:53:00 -0500
commit52c5080f2ee8d9c499ab12a3ba5b2b5585f5063c (patch)
treef8c3b92f198f031250e8e2a24ea35090d22e1da2 /lisp/emms-playlist-mode.el
parent359e1d38d09060b5f7860320649d6c30b71e4bbe (diff)
* lisp/emms-playlist-mode.el: behavior as docstring
Bug report from Carlos (thank you) that the behavior of the function didn't follow the docstring.
Diffstat (limited to 'lisp/emms-playlist-mode.el')
-rw-r--r--lisp/emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el
index ad7a258..4ac5b3c 100644
--- a/lisp/emms-playlist-mode.el
+++ b/lisp/emms-playlist-mode.el
@@ -537,7 +537,7 @@ playlist."
(interactive)
(if (or (null emms-playlist-buffer)
(not (buffer-live-p emms-playlist-buffer)))
- (call-interactively 'emms-add-file))
+ (call-interactively 'emms-add-directory))
(emms-playlist-mode-go))
(defun emms-playlist-mode-go-popup (&optional window-width)