diff options
| -rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 5f9b987af68..b39c8e31c6b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -628,6 +628,9 @@ | |||
| 628 | ;; `diff-add-change-log-entries-other-window' to create a detailed | 628 | ;; `diff-add-change-log-entries-other-window' to create a detailed |
| 629 | ;; skeleton for the log... | 629 | ;; skeleton for the log... |
| 630 | ;; | 630 | ;; |
| 631 | ;; - The *vc-dir* buffer needs to be updated properly after VC | ||
| 632 | ;; operations on directories that change the file VC state. | ||
| 633 | ;; | ||
| 631 | ;; - most vc-dir backends need more work. They might need to | 634 | ;; - most vc-dir backends need more work. They might need to |
| 632 | ;; provide custom headers, use the `extra' field and deal with all | 635 | ;; provide custom headers, use the `extra' field and deal with all |
| 633 | ;; possible VC states. | 636 | ;; possible VC states. |