window-deletable? -- Return #t if WIN is able to be deleted, #f otherwise.
Synopsis
(window-deletable? #&optional win)
Description
Return #t if win is able to be deleted, #f otherwise.
If this procedure returns #f, then a call to delete-window on win
will do nothing. win defaults to the window context in the usual way if not
specified.