]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-mtn.el (log-edit-extract-headers): Declare function.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Jun 2010 11:27:56 +0000 (13:27 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 9 Jun 2010 11:27:56 +0000 (13:27 +0200)
lisp/ChangeLog
lisp/vc-mtn.el

index 24f01753b48f438ebd42c27d84d1c632a51c0f69..16791f19c87094ab592755ce85cba953a715ddd9 100644 (file)
@@ -1,5 +1,7 @@
 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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.
index 500c00cefe4ec5b33cd8d548fb18a9c0951f7982..8866ce46f83c8a6a70057752d71acbc1ccee643d 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: 
+;; Keywords:
 
 ;; This file is part of GNU Emacs.
 
@@ -22,7 +22,7 @@
 
 ;;; Commentary:
 
-;; 
+;;
 
 ;;; TODO:
 
@@ -172,6 +172,8 @@ If nil, use the value of `vc-diff-switches'.  If t, use no switches."
 (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")