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: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Tue, 25 Sep 2007 08:53:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/09/25 08:53:23

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -b -r1.202 -r1.203
--- term.c      22 Sep 2007 12:40:57 -0000      1.202
+++ term.c      25 Sep 2007 08:53:23 -0000      1.203
@@ -3717,9 +3717,10 @@
   /* Don't do this.  I think termcap may still need the buffer. */
   /* xfree (buffer); */
 
+#endif /* not WINDOWSNT */
+
   /* Init system terminal modes (RAW or CBREAK, etc.).  */
   init_sys_modes (tty);
-#endif /* not WINDOWSNT */
 
   return terminal;
 }




reply via email to

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