diff options
author | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-04-22 13:16:25 -0400 |
---|---|---|
committer | Yoni Rabkin <yonirabkin@member.fsf.org> | 2014-04-22 13:16:25 -0400 |
commit | 33947ba1bfbae48196d51e10c00c72fa24380e64 (patch) | |
tree | ebe3f8f761083618ad66125a3fb48a9d70ef4843 /lisp | |
parent | 009f2a9ee705c0acc140872f9af67b331770e6d1 (diff) |
* lisp/emms-compat.el: Hush the compiler about hl-line-highlight.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-compat.el | 3 |
1 files changed, 3 insertions, 0 deletions
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." |