diff options
| author | Eric S. Raymond | 2008-05-03 06:10:56 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2008-05-03 06:10:56 +0000 |
| commit | 9b4ab1b4957da7f787a640b0cd865b2429962ebd (patch) | |
| tree | b6488f7f5f4b9c99ca1092380af192fc28a5d851 | |
| parent | 7a3c8d3a1fb32711df2e116dd21cd1ec5f7838e4 (diff) | |
| download | emacs-9b4ab1b4957da7f787a640b0cd865b2429962ebd.tar.gz emacs-9b4ab1b4957da7f787a640b0cd865b2429962ebd.zip | |
Append to another to-do comment.
| -rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 09d6b3e9901..74169e0af76 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -626,7 +626,8 @@ | |||
| 626 | ;; - make it easier to write logs. Maybe C-x 4 a should add to the log | 626 | ;; - make it easier to write logs. Maybe C-x 4 a should add to the log |
| 627 | ;; buffer, if one is present, instead of adding to the ChangeLog. | 627 | ;; buffer, if one is present, instead of adding to the ChangeLog. |
| 628 | ;; | 628 | ;; |
| 629 | ;; - add a mechanism for ignoring files. | 629 | ;; - add a mechanism for editing the underlying VCS's list of files |
| 630 | ;; to be ignored, when that's possible. | ||
| 630 | ;; | 631 | ;; |
| 631 | ;; - When vc-next-action calls vc-checkin it could pre-fill the | 632 | ;; - When vc-next-action calls vc-checkin it could pre-fill the |
| 632 | ;; *VC-log* buffer with some obvious items: the list of files that | 633 | ;; *VC-log* buffer with some obvious items: the list of files that |