From: Benjamin Rutt Date: Mon, 2 Feb 2004 21:09:05 +0000 (+0000) Subject: Bind q to `quit-window'. X-Git-Tag: ttn-vms-21-2-B4~7770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c010ecfa9a26549486bb00c39221813c02c615de;p=emacs.git Bind q to `quit-window'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4458f635d2f..8e5ad91126e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-02 Benjamin Rutt + + * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'. + 2004-02-02 David Kastrup * replace.el (perform-replace): Allow 'literal argument in diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index cad1f2c9c61..e44e79856e8 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -127,7 +127,8 @@ when editing big diffs)." ("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