From: Richard M. Stallman Date: Sun, 24 Mar 1996 13:14:21 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~987 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f201b69e8c8593d0b9f3d31b7b8a1e91dc29c3f3;p=emacs.git Comment change. --- diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 48429a3110f..104f3989a40 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -104,7 +104,7 @@ ;; If you have a mouse, you may also bind some mouse click ... (define-key gomoku-mode-map "X" 'gomoku-human-plays) ; X (define-key gomoku-mode-map "x" 'gomoku-human-plays) ; x - (define-key gomoku-mode-map " " 'gomoku-human-plays) ; RET + (define-key gomoku-mode-map " " 'gomoku-human-plays) ; SPC (define-key gomoku-mode-map "\C-m" 'gomoku-human-plays) ; RET (define-key gomoku-mode-map "\C-c\C-p" 'gomoku-human-plays) ; C-c C-p (define-key gomoku-mode-map "\C-c\C-b" 'gomoku-human-takes-back) ; C-c C-b