changeset 31718:a42f956dd8ad

(vc-revert-buffer): Set vc-checkout-time correctly.
author André Spiegel <spiegel@gnu.org>
date Tue, 19 Sep 2000 13:58:56 +0000
parents 6b20b7e85e3c
children 7071e0a246ed
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Tue Sep 19 13:40:08 2000 +0000
+++ b/lisp/vc.el	Tue Sep 19 13:58:56 2000 +0000
@@ -2103,7 +2103,7 @@
      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)))