aboutsummaryrefslogtreecommitdiff
path: root/emms-i18n.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-03-02 16:01:43 -0500
committerYoni Rabkin <yoni@rabkins.net>2021-03-02 16:01:43 -0500
commitd2640bdd25aca1ae3bcc7a68cc888cd20626ec4f (patch)
treeea711d3f3b1b2853a00a1bc6ffb20b59eccd25b1 /emms-i18n.el
parentd12014d64960875284ef6c61f78999a330bded45 (diff)
* emms-i18n.el: calm down the compiler
Diffstat (limited to 'emms-i18n.el')
-rw-r--r--emms-i18n.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-i18n.el b/emms-i18n.el
index 4d01d33..4926858 100644
--- a/emms-i18n.el
+++ b/emms-i18n.el
@@ -164,7 +164,7 @@ simply passed to `call-process'."
(defun emms-i18n-detect-buffer-coding-system (&optional buf)
"Before calling this function, make sure the buffer is literal."
(let ((size (- (point-max) (point-min)))
- (func (append emms-i18n-coding-detect-functions 'emms-i18n-detect-coding-function))
+ (_func (append emms-i18n-coding-detect-functions 'emms-i18n-detect-coding-function))
coding)
(save-excursion
(and buf (set-buffer buf))