mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(Todo): Add note on simplifying vc-register.
This commit is contained in:
parent
ce343c43c8
commit
bd924903e9
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue