1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.

This commit is contained in:
Glenn Morris 2010-03-23 20:34:06 -07:00
parent 549f324afb
commit ebbe23ddbb
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-03-24 Glenn Morris <rgm@gnu.org>
* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
* vc-dispatcher.el (vc-start-logentry): Doc fix.
(log-view-process-buffer, log-edit-extra-flags): Declare.

View File

@ -545,6 +545,7 @@ REV non-nil gets an error."
(goto-char (point-min)))
found)))
(declare-function log-edit-mode "log-edit" ())
(defvar log-edit-extra-flags)
(defvar log-edit-before-checkin-process)

View File

@ -279,6 +279,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
("^date: \\(.+\\)" (1 'change-log-date))
("^summary:[ \t]+\\(.+\\)" (1 'log-view-message)))))))
(declare-function log-edit-mode "log-edit" ())
(defvar log-edit-extra-flags)
(defvar log-edit-before-checkin-process)
@ -286,7 +287,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
"Mode for editing Hg commit logs.
If a line like:
Author: NAME
is present in the log, it is removed, and
is present in the log, it is removed, and
--author NAME
is passed to the hg commit command."
(set (make-local-variable 'log-edit-extra-flags) nil)