aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-lyrics.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-lyrics.el')
-rw-r--r--lisp/emms-lyrics.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-lyrics.el b/lisp/emms-lyrics.el
index 1645351..1e15c2e 100644
--- a/lisp/emms-lyrics.el
+++ b/lisp/emms-lyrics.el
@@ -254,7 +254,7 @@ FILE should be under the same directory as the music file, or under
(when (and file (file-exists-p file))
(with-temp-buffer
(let ((coding-system-for-read emms-lyrics-coding-system))
- (insert-file-contents file)
+ (emms-insert-file-contents file)
(while (search-forward-regexp "\\[[0-9:.]+\\].*" nil t)
(let ((lyric-string (match-string 0))
(time 0)