From da528ebbdbda635f6783ef77b6b6df529c69b2ac Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 22:32:59 +0000 Subject: *** no comment *** --- chess-display.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index eba1ce2..853e673 100644 --- a/chess-display.el +++ b/chess-display.el @@ -436,10 +436,7 @@ See `chess-display-type' for the different kinds of displays." "The mode map used in read-only display buffers.") (defvar chess-display-mode-map - (let ((map (make-keymap))) - (suppress-keymap map) - (set-keymap-parent map chess-display-safe-map) - + (let ((map (copy-keymap chess-display-safe-map))) (define-key map [? ] 'chess-display-pass) (define-key map [??] 'describe-mode) (define-key map [?@] 'chess-display-remote) -- cgit v1.2.3