diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/vc/log-view.el | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d62cfb1a116..c17384d9d23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-02-11 Glenn Morris <rgm@gnu.org> | 1 | 2012-02-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * vc/log-view.el (vc-diff-internal): Remove unneeded declaration. | ||
| 4 | |||
| 3 | * window.el (window-sides-slots): | 5 | * window.el (window-sides-slots): |
| 4 | * tool-bar.el (tool-bar-position): | 6 | * tool-bar.el (tool-bar-position): |
| 5 | * term/xterm.el (xterm-extra-capabilities): | 7 | * term/xterm.el (xterm-extra-capabilities): |
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, |