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:
parent
57a16fedc4
commit
8bfce8a770
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue