From: Chong Yidong Date: Fri, 25 Jul 2008 18:12:41 +0000 (+0000) Subject: (syms_of_term): Initialize default_orig_pair, default_set_foreground, X-Git-Tag: emacs-pretest-22.2.90~79 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f6f680651ffd023adc5bd32713b7947521b3f9c;p=emacs.git (syms_of_term): Initialize default_orig_pair, default_set_foreground, and default_set_background. --- 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