aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-score.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2009-08-06 18:50:21 +0800
committerWilliam Xu <william.xwl@gmail.com>2009-08-06 18:50:21 +0800
commitf64f5d9b9b3b1546d247033198504f164c2919ee (patch)
tree55e88ee4836135ced78fe02da094aad997810e69 /lisp/emms-score.el
parent97344c85a0657e479177620daa5b3bdc956e31fb (diff)
parent3e001aacb45633583282001d49634e080deaf8d7 (diff)
Merge branch 'master' of ssh://xwl@git.sv.gnu.org/srv/git/emms
Diffstat (limited to 'lisp/emms-score.el')
-rw-r--r--lisp/emms-score.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-score.el b/lisp/emms-score.el
index a606c25..71e65a3 100644
--- a/lisp/emms-score.el
+++ b/lisp/emms-score.el
@@ -249,7 +249,7 @@ See also `emms-next-noerror'."
(puthash (car elt) (cdr elt) emms-score-hash))
(read
(with-temp-buffer
- (insert-file-contents emms-score-file)
+ (emms-insert-file-contents emms-score-file)
(buffer-string))))
;; when file not exists, make empty but valid score file
(emms-score-save-hash)))