From 96c9802e97742be2e44482f2ea16123436b35fd6 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 20 Aug 2014 15:51:15 -0400 Subject: * lisp/emms-source-file.el: Add customization parameters. Patch by Daimrod . Change too small for copyright papers. --- lisp/emms-source-file.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emms-source-file.el') diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index a72fbf8..97b7a39 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -54,7 +54,7 @@ (defcustom emms-source-file-default-directory nil "*The default directory to look for media files." - :type 'string + :type '(choice (const :tag "None" nil) file) :group 'emms-source-file) (defcustom emms-source-file-directory-tree-function -- cgit v1.2.3