aboutsummaryrefslogtreecommitdiff
path: root/emms-history.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2007-10-14 06:39:00 +0000
committerWilliam Xu <william.xwl@gmail.com>2007-10-14 06:39:00 +0000
commit36806a0dd6c44f5c20b86b8a3ea9bec422750057 (patch)
tree67d55b3b22ce76d8cca3d21cd2ea4a2c8783a56a /emms-history.el
parenta6fe65ef66255a80dbefd60c10225abe281c1dbd (diff)
Replace `nnheader-concat' with `concat + file-name-as-directory' to make XEmacs happy.
darcs-hash:20071014063932-cfa61-62cac9e96ea91d9205a5932a063cff5f356ddb43.gz
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)