[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE]
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE] |
Date: |
Sat, 26 Jul 2008 07:33:36 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Eli Zaretskii <eliz> 08/07/26 07:33:36
Index: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.177.2.7
retrieving revision 1.177.2.8
diff -u -b -r1.177.2.7 -r1.177.2.8
--- term.c 25 Jul 2008 18:12:41 -0000 1.177.2.7
+++ term.c 26 Jul 2008 07:33:35 -0000 1.177.2.8
@@ -2782,9 +2782,11 @@
defsubr (&Stty_no_underline);
fullscreen_hook = NULL;
+#ifndef WINDOWSNT
default_orig_pair = NULL;
default_set_foreground = NULL;
default_set_background = NULL;
+#endif
}
/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193