Function: vc-annotate-oldest-in-map
vc-annotate-oldest-in-map is a byte-compiled function defined in
vc-annotate.el.gz.
Signature
(vc-annotate-oldest-in-map COLOR-MAP)
Documentation
Return the oldest time in the COLOR-MAP.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-annotate.el.gz
(defun vc-annotate-oldest-in-map (color-map)
"Return the oldest time in the COLOR-MAP."
;; Since entries should be sorted, we can just use the last one.
(caar (last color-map)))