summaryrefslogtreecommitdiff
path: root/chess-images.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-images.el')
-rw-r--r--chess-images.el2
1 files changed, 1 insertions, 1 deletions
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)))