Variable: chart-mode-abbrev-table
chart-mode-abbrev-table is a variable defined in chart.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 chart-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/chart.el.gz
(define-derived-mode chart-mode special-mode "Chart"
"Define a mode in Emacs for displaying a chart."
(buffer-disable-undo)
(setq-local font-lock-global-modes nil)
(font-lock-mode -1) ;Isn't it off already? --Stef
)