>From a2c41dda7773f8041e180b300ecfba2cd9d2a25f Mon Sep 17 00:00:00 2001 From: Morgan Veyret Date: Fri, 22 Feb 2008 12:06:34 +0100 Subject: [PATCH] Fixed typo in mpd key-map. Now search map shouldn't crash stumpwm --- contrib/mpd.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp index 07993c8..20b7722 100644 --- a/contrib/mpd.lisp +++ b/contrib/mpd.lisp @@ -373,5 +373,5 @@ (define-key m (kbd "v") "mpd-set-volume") (define-key m (kbd "e") "mpd-volume-up") (define-key m (kbd "d") "mpd-volume-down") - (define-key m (kbd "S") *mpd-search-map*) + (define-key m (kbd "S") '*mpd-search-map*) m)) \ No newline at end of file -- 1.5.2.2