Variable: mpc-status-mode-abbrev-table
mpc-status-mode-abbrev-table is a variable defined in mpc.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for mpc-status-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;;; The mpc-status-mode buffer ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-derived-mode mpc-status-mode mpc-mode "MPC-Status"
"Major mode to display MPC status info."
(setq-local mode-line-format
'("%e" mode-line-frame-identification
mode-line-buffer-identification))
(setq-local window-area-factor 3)
(setq-local header-line-format '("MPC " mpc-volume)))