Variable: mpc-tagbrowser-mode-abbrev-table

mpc-tagbrowser-mode-abbrev-table is a variable defined in mpc.el.gz.

Value

#<obarray n=1>

Documentation

Abbrev table for mpc-tagbrowser-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(define-derived-mode mpc-tagbrowser-mode mpc-mode '("MPC-" mpc-tag-name)
  (setq-local mode-line-process '("" mpc-tag-name))
  (setq-local mode-line-format nil)
  (setq-local header-line-format '("" mpc-tag-name)) ;; "s"
  (setq-local buffer-undo-list t)
  )