changeset 53782:12d228ede0dd

Bind q to `quit-window'.
author Benjamin Rutt <brutt@bloomington.in.us>
date Mon, 02 Feb 2004 21:08:37 +0000
parents 52abcf84b0dc
children f0be34d8f61f
files lisp/diff-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/diff-mode.el	Mon Feb 02 20:52:20 2004 +0000
+++ b/lisp/diff-mode.el	Mon Feb 02 21:08:37 2004 +0000
@@ -127,7 +127,8 @@
     ("r" . diff-restrict-view)
     ("R" . diff-reverse-direction)
     ("U" . diff-context->unified)
-    ("C" . diff-unified->context))
+    ("C" . diff-unified->context)
+    ("q" . quit-window))
   "Basic keymap for `diff-mode', bound to various prefix keys.")
 
 (easy-mmode-defmap diff-mode-map