]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jul 2008 18:12:41 +0000 (18:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jul 2008 18:12:41 +0000 (18:12 +0000)
and default_set_background.

src/term.c

index 8f7724efb602b83b370c631269b8c1ae6d374923..56ea06565996062c1ff1d49bb18ae21883a7ca8e 100644 (file)
@@ -2782,6 +2782,9 @@ bigger, or it may make it blink, or it may do nothing at all.  */);
   defsubr (&Stty_no_underline);
 
   fullscreen_hook = NULL;
+  default_orig_pair = NULL;
+  default_set_foreground = NULL;
+  default_set_background = NULL;
 }
 
 /* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193