diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/play | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
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/ |