From: Juanma Barranquero Date: Wed, 9 Jun 2010 11:24:34 +0000 (+0200) Subject: * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~96 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=883ffa8ce9ee9e15f8c2904c7f30809883cab1a8;p=emacs.git * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 100e85fea60..24f01753b48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-06-09 Juanma Barranquero + * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration. + * net/notifications.el (dbus-register-signal): Declare function. (notifications-notify): Fix typos and reflow docstring. diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 4b434b582fa..d0f56f27263 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -297,8 +297,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." ("^tag: +\\([^ ]+\\)$" (1 'highlight)) ("^summary:[ \t]+\\(.+\\)" (1 'log-view-message))))))) -(declare-function log-edit-extract-headers "log-edit" (headers string)) - (defun vc-hg-diff (files &optional oldvers newvers buffer) "Get a difference report using hg between two revisions of FILES." (let* ((firstfile (car files))