emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100557: * vc-mtn.el (log-edit-extrac


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100557: * vc-mtn.el (log-edit-extract-headers): Declare function.
Date: Wed, 09 Jun 2010 13:27:56 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100557
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-09 13:27:56 +0200
message:
  * vc-mtn.el (log-edit-extract-headers): Declare function.
modified:
  lisp/ChangeLog
  lisp/vc-mtn.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-09 11:24:34 +0000
+++ b/lisp/ChangeLog    2010-06-09 11:27:56 +0000
@@ -1,5 +1,7 @@
 2010-06-09  Juanma Barranquero  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc-mtn.el'
--- a/lisp/vc-mtn.el    2010-06-09 05:24:01 +0000
+++ b/lisp/vc-mtn.el    2010-06-09 11:27:56 +0000
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
-;; 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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]