From 883ffa8ce9ee9e15f8c2904c7f30809883cab1a8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 9 Jun 2010 13:24:34 +0200 Subject: [PATCH] * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration. --- lisp/ChangeLog | 2 ++ lisp/vc-hg.el | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 100e85fea6..24f01753b4 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 4b434b582f..d0f56f2726 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)) -- 2.39.2