From: Richard M. Stallman Date: Tue, 5 Aug 1997 21:38:52 +0000 (+0000) Subject: (vc-version-diff): Change the Newer version prompt. X-Git-Tag: emacs-20.1~769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba27415c3ed5992d98bff31e30785f61972ee14c;p=emacs.git (vc-version-diff): Change the Newer version prompt. --- diff --git a/lisp/vc.el b/lisp/vc.el index cde088d2176..e945002ffd5 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1326,7 +1326,7 @@ files in or below it." (read-string (if rel2-default (concat "Newer version: (default " rel2-default ") ") - "Newer version: ") + "Newer version (default: current source): ") nil nil rel2-default)))) (if (string-equal rel1 "") (setq rel1 nil)) (if (string-equal rel2 "") (setq rel2 nil))