aboutsummaryrefslogtreecommitdiff
path: root/emms-history.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-history.el')
-rw-r--r--emms-history.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-history.el b/emms-history.el
index 368c234..47d2e73 100644
--- a/emms-history.el
+++ b/emms-history.el
@@ -45,7 +45,7 @@ Emacs."
:prefix "emms-history-"
:group 'emms)
-(defcustom emms-history-file (nnheader-concat emms-directory "emms-history")
+(defcustom emms-history-file (concat (file-name-as-directory emms-directory) "history")
"The file to save playlists in."
:type 'string
:group 'emms-history)