From 80f499c7c1cae0e008400b2a2fe443a1a7621ce5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 21 Apr 2011 01:34:00 +0200 Subject: [PATCH] lisp/vc/vc.el (ediff-vc-internal): Declare function. --- lisp/ChangeLog | 4 ++++ lisp/vc/vc.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70bb631df9e..ea762d06982 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Juanma Barranquero + + * vc/vc.el (ediff-vc-internal): Declare function. + 2011-04-20 Stefan Monnier * shell.el: Use lexical-binding and std completion UI. diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 1639cd7b1b1..3809b5b4293 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -1684,6 +1684,8 @@ saving the buffer." (vc-diff-internal t (vc-deduce-fileset t) nil nil (called-interactively-p 'interactive)))) +(declare-function ediff-vc-internal (rev1 rev2 &optional startup-hooks)) + ;;;###autoload (defun vc-version-ediff (files rev1 rev2) "Show differences between revisions of the fileset in the -- 2.39.2