changeset 108921:a86530fce7db

* vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 09 Jun 2010 13:24:34 +0200
parents 838873812c0a
children 05ef9c0de767
files lisp/ChangeLog lisp/vc-hg.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 09 13:16:21 2010 +0200
+++ b/lisp/ChangeLog	Wed Jun 09 13:24:34 2010 +0200
@@ -1,5 +1,7 @@
 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
 
+	* 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.
 
--- a/lisp/vc-hg.el	Wed Jun 09 13:16:21 2010 +0200
+++ b/lisp/vc-hg.el	Wed Jun 09 13:24:34 2010 +0200
@@ -297,8 +297,6 @@
 	  ("^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))