comparison lisp/vc/diff-mode.el @ 109724:7d18e1db65fe

merge trunk
author Kenichi Handa <handa@etlken>
date Mon, 09 Aug 2010 10:51:16 +0900
parents 25b707510762 b7f3d45194f6
children
comparison
equal deleted inserted replaced
109544:197e874deb67 109724:7d18e1db65fe
139 ;; Standard M-a is useful, so don't change M-A. 139 ;; Standard M-a is useful, so don't change M-A.
140 ;;("A" . diff-ediff-patch) 140 ;;("A" . diff-ediff-patch)
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
147 (easy-mmode-defmap diff-mode-map 148 (easy-mmode-defmap diff-mode-map
148 `(("\e" . ,diff-mode-shared-map) 149 `(("\e" . ,diff-mode-shared-map)