Variable: view-remove-frame-by-deleting

view-remove-frame-by-deleting is a customizable variable defined in view.el.gz.

Value

t

Documentation

Determine how View mode removes a frame no longer needed.

If nil, make an icon of the frame. If non-nil, delete the frame.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/view.el.gz
;;;###autoload
(defcustom view-remove-frame-by-deleting t
  "Determine how View mode removes a frame no longer needed.
If nil, make an icon of the frame.  If non-nil, delete the frame."
  :type 'boolean
  :version "23.1")