From: Glenn Morris Date: Wed, 24 Mar 2010 03:34:06 +0000 (-0700) Subject: * vc-bzr.el, vc-hg.el (log-edit-mode): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebbe23ddbb3a2516a6c9d325f9c8f74bafb237c4;p=emacs.git * vc-bzr.el, vc-hg.el (log-edit-mode): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1b73612b3c..12de6f8876d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-03-24 Glenn Morris + * 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. diff --git a/lisp/vc-bzr.el b/lisp/vc-bzr.el index 9e13ca6320d..046046055d5 100644 --- a/lisp/vc-bzr.el +++ b/lisp/vc-bzr.el @@ -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) diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 85d48ba0bcc..f28d6e75110 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -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)