Variable: bubbles-mode-abbrev-table
bubbles-mode-abbrev-table is a variable defined in bubbles.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 bubbles-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(define-derived-mode bubbles-mode nil "Bubbles"
"Major mode for playing bubbles.
\\{bubbles-mode-map}"
(setq buffer-read-only t
show-trailing-whitespace nil)
(buffer-disable-undo)
(force-mode-line-update)
(redisplay)
(add-hook 'post-command-hook #'bubbles--mark-neighborhood t t))