Variable: 5x5-mode-abbrev-table

5x5-mode-abbrev-table is a variable defined in 5x5.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 5x5-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/play/5x5.el.gz
;; Gameplay functions.

(define-derived-mode 5x5-mode special-mode "5x5"
  "A mode for playing `5x5'."
  :interactive nil
  (setq buffer-read-only t
        truncate-lines   t)
  (buffer-disable-undo))