emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Wed, 29 Aug 2007 21:46:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/08/29 21:46:50

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -b -r1.191 -r1.192
--- term.c      29 Aug 2007 05:27:55 -0000      1.191
+++ term.c      29 Aug 2007 21:46:50 -0000      1.192
@@ -3854,10 +3854,7 @@
   struct tty_display_info *tty;
 
   for (tty = tty_list; tty; tty = tty->next)
-    {
-      if (tty->top_frame)
         mark_object (tty->top_frame);
-    }
 }
 
 




reply via email to

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