changeset 97021:fb376eec83a9

(syms_of_term): Initialize default_orig_pair, default_set_foreground, and default_set_background.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Jul 2008 18:12:00 +0000
parents addb8fea3672
children adb91820c13f
files src/term.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Fri Jul 25 18:11:49 2008 +0000
+++ b/src/term.c	Fri Jul 25 18:12:00 2008 +0000
@@ -3986,6 +3986,10 @@
 
   staticpro (&mouse_face_window);
 #endif /* HAVE_GPM */
+
+  default_orig_pair = NULL;
+  default_set_foreground = NULL;
+  default_set_background = NULL;
 }