diff options
| author | Stefan Monnier | 2008-05-12 01:46:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-12 01:46:27 +0000 |
| commit | ee5657de2691925d31b51c0146aa1c8e5752cbc3 (patch) | |
| tree | 5fc18deaf8f4529daf7935ae532c72798d6d483e | |
| parent | 4ded1ddb2228f9c392b114ea6a18c7b375e4ac90 (diff) | |
| download | emacs-ee5657de2691925d31b51c0146aa1c8e5752cbc3.tar.gz emacs-ee5657de2691925d31b51c0146aa1c8e5752cbc3.zip | |
Comment.
| -rw-r--r-- | lisp/vc.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 1094 | (backend (car vc-fileset)) | 1094 | (backend (car vc-fileset)) |
| 1095 | (files (cdr vc-fileset)) | 1095 | (files (cdr vc-fileset)) |
| 1096 | (fileset-only-files (vc-expand-dirs files)) | 1096 | (fileset-only-files (vc-expand-dirs files)) |
| 1097 | ;; FIXME: We used to call `vc-recompute-state' here. | ||
| 1097 | (state (vc-state (car fileset-only-files))) | 1098 | (state (vc-state (car fileset-only-files))) |
| 1098 | ;; The backend should check that the checkout-model is consistent | 1099 | ;; The backend should check that the checkout-model is consistent |
| 1099 | ;; among all the `files'. | 1100 | ;; among all the `files'. |