Variable: log-view-expanded-log-entry-function

log-view-expanded-log-entry-function is a variable defined in log-view.el.gz.

Value

nil

Documentation

Function returning the detailed description of a Log View entry.

It is called by the command log-view-toggle-entry-display with one arg, the revision tag (a string), and should return a string. If it is nil, log-view-toggle-entry-display does nothing.

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/log-view.el.gz
(defvar log-view-expanded-log-entry-function nil
  "Function returning the detailed description of a Log View entry.
It is called by the command `log-view-toggle-entry-display' with
one arg, the revision tag (a string), and should return a string.
If it is nil, `log-view-toggle-entry-display' does nothing.")