From: Stefan Monnier Date: Mon, 12 May 2008 01:46:27 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~5617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee5657de2691925d31b51c0146aa1c8e5752cbc3;p=emacs.git Comment. --- diff --git a/lisp/vc.el b/lisp/vc.el index bbddf1476a1..54a4f2d25ca 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1094,6 +1094,7 @@ merge in the changes into your working copy." (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'.