emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32term.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c,v
Date: Thu, 20 Sep 2007 21:19:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/20 21:19:13

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -b -r1.266 -r1.267
--- w32term.c   13 Sep 2007 22:25:01 -0000      1.266
+++ w32term.c   20 Sep 2007 21:19:13 -0000      1.267
@@ -6331,7 +6331,7 @@
 
   /* 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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]