diff lisp/vc-cvs.el @ 96213:09da7727f35f

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 24 Jun 2008 02:41:04 +0000
parents 7742c3c06407
children 4a399b9bc4b9
line wrap: on
line diff
--- a/lisp/vc-cvs.el	Tue Jun 24 01:07:34 2008 +0000
+++ b/lisp/vc-cvs.el	Tue Jun 24 02:41:04 2008 +0000
@@ -570,6 +570,8 @@
         (re-search-forward vc-cvs-annotate-first-line-re)
         (delete-region (point-min) (1- (point)))))))
 
+(declare-function vc-annotate-convert-time "vc-annotate" (time))
+
 (defun vc-cvs-annotate-current-time ()
   "Return the current time, based at midnight of the current day, and
 encoded as fractional days."