+2014-01-07 Daniel Colascione <dancol@dancol.org>
+
+ * vc/log-view.el (log-view-beginning-of-defun): Add comment
+ explaining why we call `log-view-end-of-defun'.
+
2014-01-07 Chong Yidong <cyd@gnu.org>
* isearch.el (isearch-yank-char, isearch-yank-word)
`log-view-message-re'."
(when (null arg) (setf arg 1))
(if (< arg 0)
+ ;; In log view, the end of one defun is the beginning of the
+ ;; next, so punting to log-view-end-of-defun is safe in this
+ ;; context.
(log-view-end-of-defun (- arg))
(let ((found t))
(while (> arg 0)