Variable: ert-simple-view-mode-hook
ert-simple-view-mode-hook is a variable defined in ert.el.gz.
Value
nil
Documentation
Hook run after entering ERT-View 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/emacs-lisp/ert.el.gz
;;; Simple view mode for auxiliary information like stack traces or
;;; messages. Mainly binds "q" for quit.
(define-derived-mode ert-simple-view-mode special-mode "ERT-View"
"Major mode for viewing auxiliary information in ERT.")