Apply the initial log-edit tweaks discussed at emacs-devel
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 1 Dec 2013 04:13:50 +0000 (06:13 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 1 Dec 2013 04:13:50 +0000 (06:13 +0200)
commit52789f7fb3f25cfbc6397bed8912a88698c9f8f1
tree2cb22c71e533d65d8c6ab7d0431d1ce571478bf5
parent2e6710c39621ab7dd18b33517699b3daa3dfbb26
Apply the initial log-edit tweaks discussed at emacs-devel
* .dir-locals.el: (log-edit-move): Add the "Author: " header.

* lisp/vc/log-edit.el (log-edit-mode-map): Add binding for
`log-edit-beginning-of-line'.
(log-edit-setup-add-author): New user option.
(log-edit-beginning-of-line): New command.
(log-edit): Move major mode call above the contents setup so that
the local variable values are already applied.
(log-edit): Only insert "Author: " when
`log-edit-setup-add-author' is non-nil.
(log-edit): When SETUP is non-nil, position point after ": "
instead of point-min.
.dir-locals.el
ChangeLog
lisp/ChangeLog
lisp/vc/log-edit.el