diff options
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." |