summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/play/blackbox.el2
1 files changed, 2 insertions, 0 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 @@
(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))