From 813b736b31856186cacb4bccc644ba346a243a5f Mon Sep 17 00:00:00 2001 From: Edgar Vincent Date: Thu, 23 Dec 2021 19:55:30 +0100 Subject: [PATCH] Declare function lms-ui-playing-now-refresh --- modes/lms/evil-collection-lms.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modes/lms/evil-collection-lms.el b/modes/lms/evil-collection-lms.el index 187bb67..06a615f 100644 --- a/modes/lms/evil-collection-lms.el +++ b/modes/lms/evil-collection-lms.el @@ -34,7 +34,9 @@ (defvar lms-ui-playlist-mode-map) (defvar lms-ui-track-info-mode-map) (defvar lms-ui-tracks-list-mode-map) -(defvar lms--ui-pl-tracks) ;; Prevents 'Reference to free variable' error. +(defvar lms--ui-pl-tracks) + +(declare-function lms-ui-playing-now-refresh "lms") (defconst evil-collection-lms-maps '(lms-ui-players-mode-map lms-ui-playing-now-mode-map