Variable: command-history-mode-abbrev-table

command-history-mode-abbrev-table is a variable defined in chistory.el.gz.

Value

[## 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]

Documentation

Abbrev table for command-history-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/chistory.el.gz
(define-derived-mode command-history-mode special-mode "Command History"
  "Major mode for listing and repeating recent commands.

Keybindings:
\\{command-history-mode-map}"
  (lisp-mode-variables nil)
  (setq-local revert-buffer-function 'command-history-revert)
  (set-syntax-table emacs-lisp-mode-syntax-table))