From c13809cf28e06ed04b8794ee6b0dccd0789dae90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Tue, 19 Sep 2000 13:58:56 +0000 Subject: [PATCH] (vc-revert-buffer): Set vc-checkout-time correctly. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2