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 081c232243a..836495f5899 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -2103,7 +2103,7 @@ use \\[universal-argument] \\[vc-next-action] to do so."
2103 file 2103 file
2104 (vc-call revert file) 2104 (vc-call revert file)
2105 `((vc-state up-to-date) 2105 `((vc-state up-to-date)
2106 (vc-checkout-time (nth 5 (file-attributes file))))) 2106 (vc-checkout-time ,(nth 5 (file-attributes file)))))
2107 (vc-resynch-buffer file t t) 2107 (vc-resynch-buffer file t t)
2108 (message "Reverting %s...done" file))) 2108 (message "Reverting %s...done" file)))
2109 2109