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 @@ ;; `diff-add-change-log-entries-other-window' to create a detailed ;; skeleton for the log... ;; +;; - The *vc-dir* buffer needs to be updated properly after VC +;; operations on directories that change the file VC state. +;; ;; - most vc-dir backends need more work. They might need to ;; provide custom headers, use the `extra' field and deal with all ;; possible VC states.