aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-07-20 03:57:14 +0000
committerStefan Monnier2007-07-20 03:57:14 +0000
commit0792fdb47bbb3607fd9c83f12a982558ad2070c0 (patch)
treead8a3fce4601770e0edb1a2eb2603000ea8aa61d
parentda4c9778fbfa26d964bb0761fd9ab45e7f364f95 (diff)
downloademacs-0792fdb47bbb3607fd9c83f12a982558ad2070c0.tar.gz
emacs-0792fdb47bbb3607fd9c83f12a982558ad2070c0.zip
Add todo item.
-rw-r--r--lisp/vc-rcs.el4
-rw-r--r--lisp/vc-sccs.el4
2 files changed, 8 insertions, 0 deletions
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 @@
29 29
30;; See vc.el 30;; See vc.el
31 31
32;; TODO:
33;; - remove call to vc-expand-dirs by implementing our own (which can just
34;; list the RCS subdir instead).
35
32;;; Code: 36;;; Code:
33 37
34;;; 38;;;
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 @@
27 27
28;;; Commentary: 28;;; Commentary:
29 29
30;; TODO:
31;; - remove call to vc-expand-dirs by implementing our own (which can just
32;; list the SCCS subdir instead).
33
30;;; Code: 34;;; Code:
31 35
32(eval-when-compile 36(eval-when-compile