diff options
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/blackbox.el | 2 | ||||
| -rw-r--r-- | lisp/play/bubbles.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index e54dad675a8..f8ed471beb7 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -106,7 +106,9 @@ | |||
| 106 | (blackbox-redefine-key map 'move-end-of-line 'bb-eol) | 106 | (blackbox-redefine-key map 'move-end-of-line 'bb-eol) |
| 107 | (blackbox-redefine-key map 'move-beginning-of-line 'bb-bol) | 107 | (blackbox-redefine-key map 'move-beginning-of-line 'bb-bol) |
| 108 | (define-key map " " 'bb-romp) | 108 | (define-key map " " 'bb-romp) |
| 109 | (define-key map "q" 'bury-buffer) | ||
| 109 | (define-key map [insert] 'bb-romp) | 110 | (define-key map [insert] 'bb-romp) |
| 111 | (define-key map [return] 'bb-done) | ||
| 110 | (blackbox-redefine-key map 'newline 'bb-done) | 112 | (blackbox-redefine-key map 'newline 'bb-done) |
| 111 | map)) | 113 | map)) |
| 112 | 114 | ||
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index 5f8709d17b7..b4997ce4d57 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bubbles.el --- Puzzle game for Emacs. | 1 | ;;; bubbles.el --- Puzzle game for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; URL: http://ulf.epplejasper.de/ | 6 | ;; URL: http://ulf.epplejasper.de/ |