changeset 94878:112212c5e23c

Comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 May 2008 01:46:27 +0000
parents 0b1b2b6fee44
children fc66ed3d9938
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'.