diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index cdd4e2f3ff3..05293a8cd98 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -603,6 +603,13 @@ | |||
| 603 | ;; | 603 | ;; |
| 604 | ;; - vc-status toolbar needs more icons. | 604 | ;; - vc-status toolbar needs more icons. |
| 605 | ;; | 605 | ;; |
| 606 | ;; - the dir-status backend function should take as an argument an | ||
| 607 | ;; optional fileset. and return the results just for that fileset. | ||
| 608 | ;; This can be used to speed up status buffer updates after VC | ||
| 609 | ;; operations. | ||
| 610 | ;; | ||
| 611 | ;; - keep the *vc-status* buffer sorted by file name. | ||
| 612 | ;; | ||
| 606 | ;; - vc-status: refresh should not completely wipe out the current | 613 | ;; - vc-status: refresh should not completely wipe out the current |
| 607 | ;; contents of the vc-status buffer. | 614 | ;; contents of the vc-status buffer. |
| 608 | ;; | 615 | ;; |