# HG changeset patch # User Andr Spiegel # Date 969371936 0 # Node ID a42f956dd8adc4dcf372e15cc53616549211603a # Parent 6b20b7e85e3cb1c139228e545b8eb1ed4b264d28 (vc-revert-buffer): Set vc-checkout-time correctly. diff -r 6b20b7e85e3c -r a42f956dd8ad lisp/vc.el --- 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)))