Variable: thumbs-view-image-mode-hook
thumbs-view-image-mode-hook is a variable defined in thumbs.el.gz.
Value
nil
Documentation
Hook run after entering image-view-mode mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/thumbs.el.gz
(define-derived-mode thumbs-view-image-mode
fundamental-mode "image-view-mode"
(setq buffer-read-only t))