From 33947ba1bfbae48196d51e10c00c72fa24380e64 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Tue, 22 Apr 2014 13:16:25 -0400 Subject: * lisp/emms-compat.el: Hush the compiler about hl-line-highlight. --- lisp/emms-compat.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/emms-compat.el b/lisp/emms-compat.el index ba233ea..94f9b45 100644 --- a/lisp/emms-compat.el +++ b/lisp/emms-compat.el @@ -79,6 +79,9 @@ EMMS release version number." (require 'hl-line) (hl-line-mode 1)))) +(declare-function hl-line-highlight "" nil) + +;; called from emms-lyrics (defun emms-line-highlight () "Highlight the current line. You must call emms-activate-highlighting-mode beforehand." -- cgit v1.2.3