diff options
| -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'. |