diff options
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) | 
