summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2009-03-21 15:39:10 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2009-03-21 15:39:10 +0000
commitbd924903e91949cf43df531da26b11c1bcd4122f (patch)
treeb965cf21b65db385e8f723a19971963eef7f77d2 /lisp/vc.el
parentce343c43c835b98abe2b4f43b8ebbab624b9dcb3 (diff)
(Todo): Add note on simplifying vc-register.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index e785f3fb9ca..6d1242b7640 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -600,6 +600,11 @@
;; the two branches. Or you locally add file FOO and then pull a
;; change that also adds a new file FOO, ...
;;
+;; - The use of vc-start-logentry in vc-register should be removed.
+;; It's a remnant from old times when vc-register had an opportunity
+;; to provide a message linked to the file's addition, but nowadays
+;; it's just extra baggage that makes the code less readable.
+;;
;; - 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.
;;