diff options
-rw-r--r-- | lisp/emms-source-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |