aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-05 21:01:00 -0700
committerDan Nicolaescu2010-08-05 21:01:00 -0700
commitb3d42406f854852f3ca4a45112c8cd182279a23b (patch)
tree77f48fd4972158eeacfbbc529e1c91ca4bf03e61 /lisp/vc
parentcbfb9427737c02f3238e8e131dd062dd6bca796f (diff)
downloademacs-b3d42406f854852f3ca4a45112c8cd182279a23b.tar.gz
emacs-b3d42406f854852f3ca4a45112c8cd182279a23b.zip
* lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/diff-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 0ef9d06c3b2..cec4fb24616 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -141,6 +141,7 @@ when editing big diffs)."
141 ;; Standard M-r is useful, so don't change M-r or M-R. 141 ;; Standard M-r is useful, so don't change M-r or M-R.
142 ;;("r" . diff-restrict-view) 142 ;;("r" . diff-restrict-view)
143 ;;("R" . diff-reverse-direction) 143 ;;("R" . diff-reverse-direction)
144 ("g" . revert-buffer)
144 ("q" . quit-window)) 145 ("q" . quit-window))
145 "Basic keymap for `diff-mode', bound to various prefix keys.") 146 "Basic keymap for `diff-mode', bound to various prefix keys.")
146 147