From 7dc45e62de613e70556e6ffaf61cfb1a6706c788 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Tue, 1 Mar 2016 12:43:50 -0500 Subject: * lisp/emms-show-all.el: fix compiler warning --- lisp/emms-show-all.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/emms-show-all.el b/lisp/emms-show-all.el index 38856d8..79af217 100644 --- a/lisp/emms-show-all.el +++ b/lisp/emms-show-all.el @@ -38,6 +38,8 @@ (defvar emms-show-all-kill-buffer-on-quit-p nil "If t, kill the show-all buffer when quitting.") +(defvar emms-show-all-track-alist nil + "Declare so as to silence the compiler.") (define-derived-mode emms-show-all-mode text-mode "Emms-Show-All" "Major mode for `emms-show-all' -- cgit v1.2.3