Mercurial > emacs
changeset 87657:d83fb5ce6160
Tom Tromey <tromey at redhat.com>
(blackbox-mode-map): Add `q' and [return] bindings.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 09 Jan 2008 04:18:27 +0000 |
parents | 2cd474c4b233 |
children | 1f5bfb7b57da |
files | lisp/play/blackbox.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/blackbox.el Wed Jan 09 04:17:56 2008 +0000 +++ b/lisp/play/blackbox.el Wed Jan 09 04:18:27 2008 +0000 @@ -106,7 +106,9 @@ (blackbox-redefine-key map 'move-end-of-line 'bb-eol) (blackbox-redefine-key map 'move-beginning-of-line 'bb-bol) (define-key map " " 'bb-romp) + (define-key map "q" 'bury-buffer) (define-key map [insert] 'bb-romp) + (define-key map [return] 'bb-done) (blackbox-redefine-key map 'newline 'bb-done) map))