stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] declare mpd maps before using them


From: Vitaly Mayatskikh
Subject: [STUMP] declare mpd maps before using them
Date: Thu, 18 Dec 2008 11:33:01 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/22.2 Mule/5.0 (SAKAKI)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]