aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 2775fd6a758..30e9dc3c37e 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2077,7 +2077,7 @@ If `F.~REV~' already exists, use it instead of checking it out again."
2077 (message "Checking out %s...done" filename))) 2077 (message "Checking out %s...done" filename)))
2078 (let ((result-buf (find-file-noselect filename))) 2078 (let ((result-buf (find-file-noselect filename)))
2079 (with-current-buffer result-buf 2079 (with-current-buffer result-buf
2080 ;; Set the parent buffer so that things like 2080 ;; Set the parent buffer so that things like
2081 ;; C-x v g, C-x v l, ... etc work. 2081 ;; C-x v g, C-x v l, ... etc work.
2082 (setq vc-parent-buffer filebuf)) 2082 (setq vc-parent-buffer filebuf))
2083 result-buf))) 2083 result-buf)))