log-view-current-entry
log-view-current-entry is a compiled Lisp function in `log-view.el
'.
(log-view-current-entry &optional POS MOVE)
Return the position and revision tag of the Log View entry at POS.
This is a list (BEG TAG), where BEG is a buffer position and TAG
is a string. If POS is nil or omitted, it defaults to point.
If there is no entry at POS, return nil.
If optional arg MOVE is non-nil, move point to BEG if found.
Otherwise, don't move point.