From: Eric S. Raymond Date: Fri, 2 May 2008 03:23:53 +0000 (+0000) Subject: Remove unneeded TODO item in comment. X-Git-Tag: emacs-pretest-23.0.90~5896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd49dc20d31357f5629f5cbba54186e2409a817f;p=emacs.git Remove unneeded TODO item in comment. --- diff --git a/lisp/vc.el b/lisp/vc.el index 7ec7c2a6d4d..4aefc21530a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -619,10 +619,6 @@ ;; - make it easier to write logs. Maybe C-x 4 a should add to the log ;; buffer, if one is present, instead of adding to the ChangeLog. ;; -;; - vc-register should register a fileset at a time. The backends -;; already support this, only the front-end needs to be changed to -;; handle multiple files at a time. -;; ;; - add a mechanism for ignoring files. ;; ;; - vc-next-action should do something about 'missing files. Maybe