Variable: temp-buffer-window-setup-hook

temp-buffer-window-setup-hook is a variable defined in window.el.gz.

Value

nil

Documentation

Normal hook run by with-temp-buffer-window before buffer display.

This hook is run by with-temp-buffer-window with the buffer to be displayed current.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
(defvar temp-buffer-window-setup-hook nil
  "Normal hook run by `with-temp-buffer-window' before buffer display.
This hook is run by `with-temp-buffer-window' with the buffer to be
displayed current.")