]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
authorJuri Linkov <juri@jurta.org>
Wed, 8 Sep 2004 20:20:05 +0000 (20:20 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 8 Sep 2004 20:20:05 +0000 (20:20 +0000)
lisp/diff-mode.el

index f31ab09218928e3bb9c52f9621a0446b88b48b5c..21b1c6446e5f3cbea00f0f17a76bb7ccd7566ff2 100644 (file)
@@ -140,7 +140,7 @@ when editing big diffs)."
     ("\C-c\C-s" . diff-split-hunk)
     ("\C-c\C-a" . diff-apply-hunk)
     ("\C-c\C-t" . diff-test-hunk)
-    ("\C-c\C-f" . next-error-follow-mode))
+    ("\C-c\C-f" . next-error-follow-minor-mode))
   "Keymap for `diff-mode'.  See also `diff-mode-shared-map'.")
 
 (easy-menu-define diff-mode-menu diff-mode-map