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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v
Date: Fri, 25 Jul 2008 22:34:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/07/25 22:33:59

Index: term.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/term.c,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -b -r1.220 -r1.221
--- term.c      25 Jul 2008 18:12:00 -0000      1.220
+++ term.c      25 Jul 2008 22:33:59 -0000      1.221
@@ -3987,9 +3987,11 @@
   staticpro (&mouse_face_window);
 #endif /* HAVE_GPM */
 
+#ifndef WINDOWSNT
   default_orig_pair = NULL;
   default_set_foreground = NULL;
   default_set_background = NULL;
+#endif /* WINDOWSNT */
 }
 
 




reply via email to

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