summaryrefslogtreecommitdiff
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."
file
(vc-call revert file)
`((vc-state up-to-date)
- (vc-checkout-time (nth 5 (file-attributes file)))))
+ (vc-checkout-time ,(nth 5 (file-attributes file)))))
(vc-resynch-buffer file t t)
(message "Reverting %s...done" file)))