Variable: vc--shortlog

vc--shortlog is a buffer-local variable defined in vc.el.gz.

Documentation

Whether this is a shortlog.

This is a hack to fix bug#81215 which came up after the Emacs 31 freeze. For Emacs 32 that bug is fixed by replacing vc-log-view-type with vc-log-view-types.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defvar-local vc--shortlog nil
  "Whether this is a shortlog.
This is a hack to fix bug#81215 which came up after the Emacs 31 freeze.
For Emacs 32 that bug is fixed by replacing `vc-log-view-type' with
`vc-log-view-types'.")