From: Chong Yidong Date: Fri, 25 Jul 2008 18:12:00 +0000 (+0000) Subject: (syms_of_term): Initialize default_orig_pair, default_set_foreground, X-Git-Tag: emacs-pretest-23.0.90~3880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a7c5d405b8f65fed4693e3b6d8479b048d64eea;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 f08b800163c..03fa801252f 100644 --- a/src/term.c +++ b/src/term.c @@ -3986,6 +3986,10 @@ bigger, or it may make it blink, or it may do nothing at all. */); staticpro (&mouse_face_window); #endif /* HAVE_GPM */ + + default_orig_pair = NULL; + default_set_foreground = NULL; + default_set_background = NULL; }