emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el,v
Date: Mon, 12 May 2008 01:46:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/12 01:46:28

Index: vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.656
retrieving revision 1.657
diff -u -b -r1.656 -r1.657
--- vc.el       11 May 2008 18:30:35 -0000      1.656
+++ vc.el       12 May 2008 01:46:27 -0000      1.657
@@ -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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]