Variable: ignore-window-parameters

ignore-window-parameters is a variable defined in window.el.gz.

Value

nil

Documentation

If non-nil, standard functions ignore window parameters.

The functions currently affected by this are split-window, delete-window, delete-other-windows and other-window.

An application may bind this to a non-nil value around calls to these functions to inhibit processing of window parameters.

View in manual

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
(defvar ignore-window-parameters nil
  "If non-nil, standard functions ignore window parameters.
The functions currently affected by this are `split-window',
`delete-window', `delete-other-windows' and `other-window'.

An application may bind this to a non-nil value around calls to
these functions to inhibit processing of window parameters.")