diff options
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 9d0550880ce..06e06c503f3 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -769,6 +769,8 @@ Optional arg REVISION is a revision to annotate from." (insert (gethash (get-text-property (point) :vc-rcs-r/d/a) ht)) (forward-line 1)))) +(declare-function vc-annotate-convert-time "vc-annotate" (time)) + (defun vc-rcs-annotate-current-time () "Return the current time, based at midnight of the current day, and encoded as fractional days." |