comparison lisp/diff-mode.el @ 56919:34b22fc9d0ed

(diff-mode-map): Bind toggle-next-error-follow-mode.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Sep 2004 12:46:17 +0000
parents dc1d86d80c20
children f1329d47fa1a
comparison
equal deleted inserted replaced
56918:2e166bd5683b 56919:34b22fc9d0ed
137 ("\C-c\C-c" . diff-goto-source) 137 ("\C-c\C-c" . diff-goto-source)
138 ;; Misc operations. 138 ;; Misc operations.
139 ("\C-c\C-r" . diff-refine-hunk) 139 ("\C-c\C-r" . diff-refine-hunk)
140 ("\C-c\C-s" . diff-split-hunk) 140 ("\C-c\C-s" . diff-split-hunk)
141 ("\C-c\C-a" . diff-apply-hunk) 141 ("\C-c\C-a" . diff-apply-hunk)
142 ("\C-c\C-t" . diff-test-hunk)) 142 ("\C-c\C-t" . diff-test-hunk)
143 ("\C-c\C-f" . next-error-follow-mode))
143 "Keymap for `diff-mode'. See also `diff-mode-shared-map'.") 144 "Keymap for `diff-mode'. See also `diff-mode-shared-map'.")
144 145
145 (easy-menu-define diff-mode-menu diff-mode-map 146 (easy-menu-define diff-mode-menu diff-mode-map
146 "Menu for `diff-mode'." 147 "Menu for `diff-mode'."
147 '("Diff" 148 '("Diff"