Variable: bubbles-mode-abbrev-table

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

Value

#<obarray n=1>

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))