# HG changeset patch # User Juanma Barranquero # Date 1276082876 -7200 # Node ID 05ef9c0de7678880ddd7960ccbbcdd867976c56e # Parent a86530fce7db23a6106f7e47ca5abfd9475bf2d2 * vc-mtn.el (log-edit-extract-headers): Declare function. diff -r a86530fce7db -r 05ef9c0de767 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 09 13:24:34 2010 +0200 +++ b/lisp/ChangeLog Wed Jun 09 13:27:56 2010 +0200 @@ -1,5 +1,7 @@ 2010-06-09 Juanma Barranquero + * vc-mtn.el (log-edit-extract-headers): Declare function. + * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration. * net/notifications.el (dbus-register-signal): Declare function. diff -r a86530fce7db -r 05ef9c0de767 lisp/vc-mtn.el --- a/lisp/vc-mtn.el Wed Jun 09 13:24:34 2010 +0200 +++ b/lisp/vc-mtn.el Wed Jun 09 13:27:56 2010 +0200 @@ -3,7 +3,7 @@ ;; Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier -;; Keywords: +;; Keywords: ;; This file is part of GNU Emacs. @@ -22,7 +22,7 @@ ;;; Commentary: -;; +;; ;;; TODO: @@ -172,6 +172,8 @@ (defun vc-mtn-responsible-p (file) (vc-mtn-root file)) (defun vc-mtn-could-register (file) (vc-mtn-root file)) +(declare-function log-edit-extract-headers "log-edit" (headers string)) + (defun vc-mtn-checkin (files rev comment &optional extra-args-ignored) (apply 'vc-mtn-command nil 0 files (nconc (list "commit" "-m")