aboutsummaryrefslogtreecommitdiff
path: root/emms-cache.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-08-01 02:41:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-08-01 02:41:00 +0000
commit6abd26a03f3af8d76806abac5d210252bffbd088 (patch)
treed74132b06ff87aaa470bd3b4834d81d9ad63673b /emms-cache.el
parentd10458058daca7b53074a3d6d8a297630e2ea288 (diff)
emms-cache: Change default coding system to utf-8. Fix byte-compilation warning.
darcs-hash:20060801024119-1bfb2-ddb4d405acf76fcaa777d4c9a359981bbe015357.gz
Diffstat (limited to 'emms-cache.el')
-rw-r--r--emms-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-cache.el b/emms-cache.el
index 280de46..15ccd39 100644
--- a/emms-cache.el
+++ b/emms-cache.el
@@ -60,7 +60,7 @@ This is used to cache over emacs sessions.")
:group 'emms
:type 'file)
-(defcustom emms-cache-file-coding-system 'latin-1
+(defcustom emms-cache-file-coding-system 'utf-8
"Coding system used for saving `emms-cache-file'."
:group 'emms
:type 'coding-system)