emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emms d2640bd 51/80: * emms-i18n.el: calm down the compi


From: Stefan Monnier
Subject: [elpa] externals/emms d2640bd 51/80: * emms-i18n.el: calm down the compiler
Date: Wed, 17 Mar 2021 18:42:29 -0400 (EDT)

branch: externals/emms
commit d2640bdd25aca1ae3bcc7a68cc888cd20626ec4f
Author: Yoni Rabkin <yoni@rabkins.net>
Commit: Yoni Rabkin <yoni@rabkins.net>

    * emms-i18n.el: calm down the compiler
---
 emms-i18n.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]