diff options
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r-- | lisp/vc-mtn.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index b20b1db48d0..42defb6f233 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -190,6 +190,8 @@ (apply 'vc-mtn-command buf 0 file "annotate" (if rev (list "-r" rev)))) +(declare-function vc-annotate-convert-time "vc-annotate" (time)) + (defconst vc-mtn-annotate-full-re "^ *\\([0-9a-f]+\\)\\.* by [^ ]+ \\([0-9]+\\)-\\([0-9]+\\)-\\([0-9]+\\): ") (defconst vc-mtn-annotate-any-re |