From ade1d16b2d10f470a843d7704bec88b6ef28ca00 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 01:30:54 +0000 Subject: more fixes to draw support --- chess-images.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-images.el') diff --git a/chess-images.el b/chess-images.el index 3c7bae0..eca809a 100644 --- a/chess-images.el +++ b/chess-images.el @@ -172,7 +172,7 @@ called." (let ((map (current-local-map))) (define-key map [?^] 'chess-images-increase-size) (define-key map [?V] 'chess-images-decrease-size) - (define-key map [?D] 'chess-images-set-directory)) + (define-key map [?P] 'chess-images-set-directory)) (let ((display (and (stringp chess-images-separate-frame) chess-images-separate-frame))) -- cgit v1.2.3