destroy-window

Name

destroy-window -- Forcibly remove WIN from the screen.

Synopsis

(destroy-window  #&optional win)

Description

Forcibly remove win from the screen. This will kill the application without giving it a chance to save its state or do any other shutdown, but is guaranteed to work. win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 1771 (CVS log)