diff options
author | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-08-20 15:51:15 -0400 |
---|---|---|
committer | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-08-20 15:51:15 -0400 |
commit | 96c9802e97742be2e44482f2ea16123436b35fd6 (patch) | |
tree | eac6577d16104cb484a8278957c7fa115ef54c77 /lisp | |
parent | da3870519dffd9a04e0683caff974cdedd6e356d (diff) |
* lisp/emms-source-file.el: Add customization parameters.
Patch by Daimrod <daimrod@gmail.com>. Change too small for copyright
papers.
Diffstat (limited to 'lisp')
-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 |