Function: vc-rcs-log-view-mode

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

Signature

(vc-rcs-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-rcs-log-view-mode-map, vc-rcs-log-view-mode-abbrev-table and
vc-rcs-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-rcs-log-view-mode-hook, as the final or penultimate step during initialization.

M-n log-view-file-next
M-p log-view-file-prev
N log-view-file-next
P log-view-file-prev

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-rcs.el.gz
(define-derived-mode vc-rcs-log-view-mode log-view-mode "RCS-Log-View")