Variable: image-mode-new-window-functions

image-mode-new-window-functions is a variable defined in image-mode.el.gz.

Value

nil

Documentation

Special hook run when image data is requested in a new window.

It is called with one argument, the initial WINPROPS.

Source Code

;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defvar image-mode-new-window-functions nil
  "Special hook run when image data is requested in a new window.
It is called with one argument, the initial WINPROPS.")