Function: window--resize-child-windows-skip-p

window--resize-child-windows-skip-p is a byte-compiled function defined in window.el.gz.

Signature

(window--resize-child-windows-skip-p WINDOW)

Documentation

Return non-nil if WINDOW shall be skipped by resizing routines.

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
(defun window--resize-child-windows-skip-p (window)
  "Return non-nil if WINDOW shall be skipped by resizing routines."
  (memq (window-new-normal window) '(ignore stuck skip)))