From 728114cc41bf56fe7f442df48366a66e209e5528 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 13 Dec 2017 17:36:07 -0500 Subject: * lisp/emms-source-file.el: fix behavior This never does the right thing, so let it work like add-directory. --- lisp/emms-source-file.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index 04faf9c..d2ac164 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -104,8 +104,7 @@ user." (interactive (list (read-file-name "Play file: " emms-source-file-default-directory emms-source-file-default-directory - t - (thing-at-point 'filename)))) + t))) (if (file-directory-p file) (emms-source-directory file) (emms-playlist-insert-track -- cgit v1.2.3