# HG changeset patch # User Benjamin Rutt # Date 1075756117 0 # Node ID 12d228ede0dd34d664f2d1be9c175aba28852bc4 # Parent 52abcf84b0dc05f7a56cf9b75db7fc55c4ede83f Bind q to `quit-window'. diff -r 52abcf84b0dc -r 12d228ede0dd lisp/diff-mode.el --- 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