Function: vc-svn-log-view-mode

vc-svn-log-view-mode is an interactive and byte-compiled function defined in vc-svn.el.gz.

Signature

(vc-svn-log-view-mode)

Documentation

Major mode derived from log-view-mode by define-derived-mode.

It inherits all of the parent's attributes, but has its own keymap, abbrev table and syntax table:

  vc-svn-log-view-mode-map, vc-svn-log-view-mode-abbrev-table and
vc-svn-log-view-mode-syntax-table

which more-or-less shadow log-view-mode's corresponding tables.

In addition to any hooks its parent mode might have run, this mode runs the hook vc-svn-log-view-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-svn.el.gz
(define-derived-mode vc-svn-log-view-mode log-view-mode "SVN-Log-View"
  (require 'add-log)
  (setq-local log-view-per-file-logs nil))