summaryrefslogtreecommitdiff
path: root/lisp/vc-mtn.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-06-24 02:41:04 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-06-24 02:41:04 +0000
commitf8bd9ac6ef4de2c88b90a6ada0f1d036d974ea5f (patch)
tree15bbe0c81b90924ddb26d3bd7a23e154875aad7e /lisp/vc-mtn.el
parentf245f2c6109b9700d614937eb3a19cc24026fa15 (diff)
downloademacs-f8bd9ac6ef4de2c88b90a6ada0f1d036d974ea5f.tar.gz
emacs-f8bd9ac6ef4de2c88b90a6ada0f1d036d974ea5f.tar.bz2
emacs-f8bd9ac6ef4de2c88b90a6ada0f1d036d974ea5f.zip
* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
* vc-rcs.el (vc-annotate-convert-time): * vc-mtn.el (vc-annotate-convert-time): * vc-git.el (vc-annotate-convert-time): * vc-cvs.el (vc-annotate-convert-time): * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r--lisp/vc-mtn.el2
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