From 4f6f680651ffd023adc5bd32713b7947521b3f9c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 25 Jul 2008 18:12:41 +0000 Subject: [PATCH] (syms_of_term): Initialize default_orig_pair, default_set_foreground, and default_set_background. --- src/term.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/term.c b/src/term.c index 8f7724efb60..56ea0656599 100644 --- a/src/term.c +++ b/src/term.c @@ -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 -- 2.39.5