From 7ec02c0ab499c2cebbbe3e8ccd5680501db90b9b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 02:49:51 +0000 Subject: *** no comment *** --- chess-pgn.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-pgn.el') diff --git a/chess-pgn.el b/chess-pgn.el index 463ea65..d9af85e 100644 --- a/chess-pgn.el +++ b/chess-pgn.el @@ -206,8 +206,8 @@ If INDENTED is non-nil, indent the move texts." (let ((map (current-local-map))) (define-key map [??] 'describe-mode) (define-key map [?T] 'text-mode) - (define-key map [return] 'chess-pgn-show-position) - (define-key map [mouse-1] 'chess-pgn-mouse-show-position) + (define-key map [(control ?c) (control ?c)] 'chess-pgn-show-position) + (define-key map [mouse-2] 'chess-pgn-mouse-show-position) (define-key map [(control ?m)] 'chess-pgn-move) (when (require 'pcomplete nil t) -- cgit v1.2.3