diff options
author | Yoni Rabkin <yrk@gnu.org> | 2016-03-01 12:43:50 -0500 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2016-03-01 12:43:50 -0500 |
commit | 7dc45e62de613e70556e6ffaf61cfb1a6706c788 (patch) | |
tree | 39fe2b1012237c17d1f11fa20391e6ac495c5870 /lisp | |
parent | 59bb98c5c63b305259e677103badb001eec98896 (diff) |
* lisp/emms-show-all.el: fix compiler warning
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-show-all.el | 2 |
1 files changed, 2 insertions, 0 deletions
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' |