Variable: thumbs-mode-abbrev-table

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

Value

#<obarray n=1>

Documentation

Abbrev table for thumbs-mode.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(define-derived-mode thumbs-mode
  fundamental-mode "thumbs"
  "Preview images in a thumbnails buffer."
  (setq buffer-read-only t))