diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 20:21:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-09 20:21:48 +0000 |
commit | af83ee68b7676914509d3d6619912f148f38b914 (patch) | |
tree | 78a80f796408e8401b6a1f557ad4c16469cebfb6 /lisp/vc.el | |
parent | cb5d44b66d1d8d5ab3de862896a25bae88e76da2 (diff) | |
download | emacs-af83ee68b7676914509d3d6619912f148f38b914.tar.gz |
Remove two to-dos.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 55fc1cc9faa..3c3563d6d63 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -552,8 +552,6 @@ ;;; Todo: -;; - vc-dir needs more key bindings for VC actions. -;; ;; - vc-update/vc-merge should deal with VC systems that don't ;; update/merge on a file basis, but on a whole repository basis. ;; @@ -628,9 +626,6 @@ ;; - backends that care about vc-stay-local should try to take it into ;; account for vc-dir. Is this likely to be useful??? ;; -;; - vc-dir listing needs a footer generated when it's done to make it obvious -;; that it has finished. -;; ;;; Code: |