diff options
-rw-r--r-- | lisp/emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms.el b/lisp/emms.el index 9014924..d78c799 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -152,7 +152,7 @@ sorts before the second (see `sort')." :type 'string :group 'emms) -(defcustom emms-playlist-default-major-mode major-mode +(defcustom emms-playlist-default-major-mode 'emms-playlist-mode "*The default major mode for EMMS playlist." :type 'function :group 'emms) |