From 52c5080f2ee8d9c499ab12a3ba5b2b5585f5063c Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Fri, 4 Jan 2019 12:53:00 -0500 Subject: * 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. --- lisp/emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3