summaryrefslogtreecommitdiff
path: root/lisp/emerge.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-08-11 18:21:49 +0000
committerRichard M. Stallman <rms@gnu.org>1993-08-11 18:21:49 +0000
commit8bfce8a7703cd92d51770ce4ae3beb3914640f09 (patch)
tree1cf37eb958be05c56474f52260c31d4a86f1e7c8 /lisp/emerge.el
parent57a16fedc47b1dd5086dde3b53c97cbc60fa132d (diff)
downloademacs-8bfce8a7703cd92d51770ce4ae3beb3914640f09.tar.gz
(emerge-find-difference): Add interactive spec.
Diffstat (limited to 'lisp/emerge.el')
-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.)"
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)