>From 2928b66f60fd7e9afcfa16cb7dfc687a9bdbc0aa Mon Sep 17 00:00:00 2001 From: Morgan Veyret Date: Sun, 2 Mar 2008 13:27:44 +0100 Subject: [PATCH] Change *mpd-volume-step* to defvar. --- contrib/mpd.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp index 70dc4f0..14c6431 100644 --- a/contrib/mpd.lisp +++ b/contrib/mpd.lisp @@ -221,7 +221,7 @@ "Not connected")) ;;mpd commands -(defparameter *mpd-volume-step* 5) +(defvar *mpd-volume-step* 5) (define-stumpwm-command "mpd-select-song-in-playlist" () (let ((status (mpd-send-command "status"))) -- 1.5.2.2