diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/log-view.el | 3 |
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)." | |||
| 561 | log-view-vc-fileset)) | 561 | log-view-vc-fileset)) |
| 562 | to fr))) | 562 | to fr))) |
| 563 | 563 | ||
| 564 | (declare-function vc-diff-internal "vc" | ||
| 565 | (async vc-fileset rev1 rev2 &optional verbose)) | ||
| 566 | |||
| 567 | (defun log-view-diff-changeset (beg end) | 564 | (defun log-view-diff-changeset (beg end) |
| 568 | "Get the diff between two revisions. | 565 | "Get the diff between two revisions. |
| 569 | If the mark is not active or the mark is on the revision at point, | 566 | If the mark is not active or the mark is on the revision at point, |