# HG changeset patch # User Stefan Monnier # Date 1210556787 0 # Node ID 112212c5e23c534f5edf7a82bd52d33c0e61f3b9 # Parent 0b1b2b6fee4442d6bf1f42b7287be604fdd9b7cf Comment. diff -r 0b1b2b6fee44 -r 112212c5e23c lisp/vc.el --- a/lisp/vc.el Mon May 12 01:45:41 2008 +0000 +++ b/lisp/vc.el Mon May 12 01:46:27 2008 +0000 @@ -1094,6 +1094,7 @@ (backend (car vc-fileset)) (files (cdr vc-fileset)) (fileset-only-files (vc-expand-dirs files)) + ;; FIXME: We used to call `vc-recompute-state' here. (state (vc-state (car fileset-only-files))) ;; The backend should check that the checkout-model is consistent ;; among all the `files'.