From 0792fdb47bbb3607fd9c83f12a982558ad2070c0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 20 Jul 2007 03:57:14 +0000 Subject: [PATCH] Add todo item. --- lisp/vc-rcs.el | 4 ++++ lisp/vc-sccs.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index f068a187fce..a4be8064338 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -29,6 +29,10 @@ ;; See vc.el +;; TODO: +;; - remove call to vc-expand-dirs by implementing our own (which can just +;; list the RCS subdir instead). + ;;; Code: ;;; diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 0163e283128..38f0442b192 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -27,6 +27,10 @@ ;;; Commentary: +;; TODO: +;; - remove call to vc-expand-dirs by implementing our own (which can just +;; list the SCCS subdir instead). + ;;; Code: (eval-when-compile -- 2.39.5