aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emerge.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emerge.el b/lisp/emerge.el
index d96abb21bc9..40ecbbe3187 100644
--- a/lisp/emerge.el
+++ b/lisp/emerge.el
@@ -2215,6 +2215,7 @@ ancestor version does not share.)"
2215If there is no containing difference and the prefix argument is positive, 2215If there is no containing difference and the prefix argument is positive,
2216it finds the nearest following difference. A negative prefix argument finds 2216it finds the nearest following difference. A negative prefix argument finds
2217the nearest previous difference." 2217the nearest previous difference."
2218 (interactive "P")
2218 (cond ((eq (current-buffer) emerge-A-buffer) 2219 (cond ((eq (current-buffer) emerge-A-buffer)
2219 (emerge-find-difference-A arg)) 2220 (emerge-find-difference-A arg))
2220 ((eq (current-buffer) emerge-B-buffer) 2221 ((eq (current-buffer) emerge-B-buffer)