]> code.delx.au - gnu-emacs/blobdiff - lisp/vc-rcs.el
(ucs-names): New internal variable.
[gnu-emacs] / lisp / vc-rcs.el
index 9d0550880ce2c0ff97329d0080468713223b1b06..06e06c503f343881cd156b712089821337a67985 100644 (file)
@@ -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."