summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index e945002ffd5..a49092e79e2 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1301,7 +1301,9 @@ and two version designators specifying which versions to compare."
If FILE is a directory, generate diffs between versions for all registered
files in or below it."
(interactive
- (let ((file (read-file-name "File or directory to diff: "
+ (let ((file (read-file-name (if buffer-file-name
+ "File or dir to diff: (default visited file) "
+ "File or dir to diff: ")
default-directory buffer-file-name t))
(rel1-default nil) (rel2-default nil))
;; compute default versions based on the file state