(w32_delete_terminal): Use terminal->name as liveness status.

This commit is contained in:
Stefan Monnier
2007-09-20 21:19:13 +00:00
parent 89acb56d95
commit adc5431652

View File

@@ -6331,7 +6331,7 @@ x_delete_terminal (struct terminal *terminal)
/* Protect against recursive calls. Fdelete_frame in
delete_terminal calls us back when it deletes our last frame. */
if (terminal->deleted)
if (!terminal->name)
return;
BLOCK_INPUT;