comparison src/term.c @ 97026:aebbea50eef4

* term.c (syms_of_term): Don't initialize default_orig_pair, default_set_foreground and default_set_background on Windows.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 25 Jul 2008 22:33:59 +0000
parents fb376eec83a9
children 9592c50233ab
comparison
equal deleted inserted replaced
97025:e72be8a4fdb8 97026:aebbea50eef4
3985 defsubr (&Sgpm_mouse_stop); 3985 defsubr (&Sgpm_mouse_stop);
3986 3986
3987 staticpro (&mouse_face_window); 3987 staticpro (&mouse_face_window);
3988 #endif /* HAVE_GPM */ 3988 #endif /* HAVE_GPM */
3989 3989
3990 #ifndef WINDOWSNT
3990 default_orig_pair = NULL; 3991 default_orig_pair = NULL;
3991 default_set_foreground = NULL; 3992 default_set_foreground = NULL;
3992 default_set_background = NULL; 3993 default_set_background = NULL;
3994 #endif /* WINDOWSNT */
3993 } 3995 }
3994 3996
3995 3997
3996 3998
3997 /* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193 3999 /* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193