log-view-beginning-of-defun
log-view-beginning-of-defun is a compiled Lisp function in `log-view.el
'.
(log-view-beginning-of-defun &optional ARG)
Move backward to the beginning of a Log View entry.
With ARG, do it that many times. Negative ARG means move forward
to the beginning of the ARGth following entry.
This is Log View mode's default `beginning-of-defun-function'.
It assumes that a log entry starts with a line matching
`log-view-message-re'.