]> code.delx.au - gnu-emacs/commitdiff
* vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Jun 2010 11:24:34 +0000 (13:24 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Jun 2010 11:24:34 +0000 (13:24 +0200)
lisp/ChangeLog
lisp/vc-hg.el

index 100e85fea60a45d736da40d52e1ec6547fbfc15f..24f01753b48f438ebd42c27d84d1c632a51c0f69 100644 (file)
@@ -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.
 
index 4b434b582fa942bef6d306e806c1317127c94aed..d0f56f27263fa89d7b916970b617928eb0e1dd38 100644 (file)
@@ -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))