diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2019-01-04 12:53:00 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2019-01-04 12:53:00 -0500 |
commit | 52c5080f2ee8d9c499ab12a3ba5b2b5585f5063c (patch) | |
tree | f8c3b92f198f031250e8e2a24ea35090d22e1da2 /lisp | |
parent | 359e1d38d09060b5f7860320649d6c30b71e4bbe (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')
-rw-r--r-- | lisp/emms-playlist-mode.el | 2 |
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) |