Function: vc-sccs-log-view-mode
vc-sccs-log-view-mode is an interactive and byte-compiled function
defined in vc-sccs.el.gz.
Signature
(vc-sccs-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-sccs-log-view-mode-map, vc-sccs-log-view-mode-abbrev-table and
vc-sccs-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-sccs-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-sccs.el.gz
(define-derived-mode vc-sccs-log-view-mode log-view-mode "SCCS-Log-View")