comparison lisp/diff-mode.el @ 53782:12d228ede0dd

Bind q to `quit-window'.
author Benjamin Rutt <brutt@bloomington.in.us>
date Mon, 02 Feb 2004 21:08:37 +0000
parents 6ae6b1d05de0
children 32e20bdb34c9
comparison
equal deleted inserted replaced
53781:52abcf84b0dc 53782:12d228ede0dd
125 ;; Our very own bindings. 125 ;; Our very own bindings.
126 ("A" . diff-ediff-patch) 126 ("A" . diff-ediff-patch)
127 ("r" . diff-restrict-view) 127 ("r" . diff-restrict-view)
128 ("R" . diff-reverse-direction) 128 ("R" . diff-reverse-direction)
129 ("U" . diff-context->unified) 129 ("U" . diff-context->unified)
130 ("C" . diff-unified->context)) 130 ("C" . diff-unified->context)
131 ("q" . quit-window))
131 "Basic keymap for `diff-mode', bound to various prefix keys.") 132 "Basic keymap for `diff-mode', bound to various prefix keys.")
132 133
133 (easy-mmode-defmap diff-mode-map 134 (easy-mmode-defmap diff-mode-map
134 `(("\e" . ,diff-mode-shared-map) 135 `(("\e" . ,diff-mode-shared-map)
135 ;; From compilation-minor-mode. 136 ;; From compilation-minor-mode.