1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(emerge-find-difference): Add interactive spec.

This commit is contained in:
Richard M. Stallman 1993-08-11 18:21:49 +00:00
parent 57a16fedc4
commit 8bfce8a770

View file

@ -2215,6 +2215,7 @@ ancestor version does not share.)"
If there is no containing difference and the prefix argument is positive,
it finds the nearest following difference. A negative prefix argument finds
the nearest previous difference."
(interactive "P")
(cond ((eq (current-buffer) emerge-A-buffer)
(emerge-find-difference-A arg))
((eq (current-buffer) emerge-B-buffer)