comparison lisp/diff-mode.el @ 57020:f1329d47fa1a

(diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
author Juri Linkov <juri@jurta.org>
date Wed, 08 Sep 2004 20:20:05 +0000
parents 34b22fc9d0ed
children c8797551b3a0 cce1c0ee76ee
comparison
equal deleted inserted replaced
57019:0bedef20ddc4 57020:f1329d47fa1a
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 ("\C-c\C-f" . next-error-follow-minor-mode))
144 "Keymap for `diff-mode'. See also `diff-mode-shared-map'.") 144 "Keymap for `diff-mode'. See also `diff-mode-shared-map'.")
145 145
146 (easy-menu-define diff-mode-menu diff-mode-map 146 (easy-menu-define diff-mode-menu diff-mode-map
147 "Menu for `diff-mode'." 147 "Menu for `diff-mode'."
148 '("Diff" 148 '("Diff"