diff options
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 4b434b582fa..d0f56f27263 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -297,8 +297,6 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." ("^tag: +\\([^ ]+\\)$" (1 'highlight)) ("^summary:[ \t]+\\(.+\\)" (1 'log-view-message))))))) -(declare-function log-edit-extract-headers "log-edit" (headers string)) - (defun vc-hg-diff (files &optional oldvers newvers buffer) "Get a difference report using hg between two revisions of FILES." (let* ((firstfile (car files)) |