Variable: special-mode-abbrev-table
special-mode-abbrev-table is a variable defined in simple.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for special-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(define-derived-mode special-mode nil "Special"
"Parent major mode from which special major modes should inherit.
A special major mode is intended to view specially formatted data
rather than files. These modes usually use read-only buffers."
(setq buffer-read-only t))