aboutsummaryrefslogtreecommitdiff
path: root/emms-i18n.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-i18n.el')
-rw-r--r--emms-i18n.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-i18n.el b/emms-i18n.el
index 66a5eeb..4926858 100644
--- a/emms-i18n.el
+++ b/emms-i18n.el
@@ -1,4 +1,4 @@
-;;; emms-i18n.el --- functions for handling coding systems
+;;; emms-i18n.el --- functions for handling coding systems -*- lexical-binding: t; -*-
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -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))