]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-revert-buffer): Set vc-checkout-time correctly.
authorAndré Spiegel <spiegel@gnu.org>
Tue, 19 Sep 2000 13:58:56 +0000 (13:58 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Tue, 19 Sep 2000 13:58:56 +0000 (13:58 +0000)
lisp/vc.el

index 081c232243a60ebe0d91f916c0221271158b53b1..836495f589913bd7bcda8801c0fa5f5854786b03 100644 (file)
@@ -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)))