aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.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-streams.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-streams.el')
-rw-r--r--emms-streams.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-streams.el b/emms-streams.el
index 8a97975..38423f6 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -39,7 +39,7 @@
"*Add and play streams with EMMS."
:group 'emms)
-(defcustom emms-stream-bookmarks-file (nnheader-concat emms-directory "streams")
+(defcustom emms-stream-bookmarks-file (concat (file-name-as-directory emms-directory) "streams")
"*The file where you store your favorite emms streams."
:type 'file
:group 'emms-stream)