From 881bfaef42e58e04822d944a51ccad0efb9ab7be Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 13 Sep 2017 16:07:56 -0400 Subject: * lisp/emms-source-file.el: follow symlinks Emms-source-file-directory-tree-find now follows symlinks. Thank you Maxim Cournoyer for the patch. --- lisp/emms-source-file.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index 660cbd5..04faf9c 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -228,6 +228,7 @@ may be supplied using `emms-source-file-gnu-find'." (with-temp-buffer (call-process emms-source-file-gnu-find nil t nil + "-L" ; follow symlinks (expand-file-name dir) "-type" "f" "-iregex" (concat ".*\\(" regex "\\).*")) -- cgit v1.2.3