summaryrefslogtreecommitdiff
path: root/lisp/vc/log-view.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-11 15:02:29 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-11 15:02:29 -0800
commit6d216d7f115365eb0e2e423e0b3a55083b4e663d (patch)
tree4ff44076afbecc4f9ccb6693f30b80f562dec53b /lisp/vc/log-view.el
parent584745030f2fc93f4f473c5d3dfb36ebe92851a1 (diff)
downloademacs-6d216d7f115365eb0e2e423e0b3a55083b4e663d.tar.gz
* log-view.el (vc-diff-internal): Remove unneeded (and incorrect) declaration.
Diffstat (limited to 'lisp/vc/log-view.el')
-rw-r--r--lisp/vc/log-view.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el
index 7512c9283eb..d345a20a0f5 100644
--- a/lisp/vc/log-view.el
+++ b/lisp/vc/log-view.el
@@ -561,9 +561,6 @@ changeset that affected the currently considered file(s)."
log-view-vc-fileset))
to fr)))
-(declare-function vc-diff-internal "vc"
- (async vc-fileset rev1 rev2 &optional verbose))
-
(defun log-view-diff-changeset (beg end)
"Get the diff between two revisions.
If the mark is not active or the mark is on the revision at point,