SBCL complains on undeclared variables while loading mpd.lisp

diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp
index 0815ba9..c66741d 100644
--- a/contrib/mpd.lisp
+++ b/contrib/mpd.lisp
@@ -679,6 +679,11 @@ Passed an argument of zero and if crossfade is on, toggles 
crossfade off."
 (defcommand mpd-search-genre (what) ((:rest "Search genre: "))
   (mpd-send-command (format nil "search genre \"~a\"" what)))
 
+(defvar *mpd-search-map* nil)
+(defvar *mpd-browse-map* nil)
+(defvar *mpd-add-map* nil)
+(defvar *mpd-map* nil)
+
 ;;Key map
 ;;FIXME: maybe some inferior mode would be a good idea (see resize in 
user.lisp)
 (fill-keymap *mpd-search-map*


--
wbr, Vitaly


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to