aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-07-25 18:12:41 +0000
committerChong Yidong2008-07-25 18:12:41 +0000
commit4f6f680651ffd023adc5bd32713b7947521b3f9c (patch)
treebfd63e8aea6e1d90689fe799775198d18272a772 /src
parent736dc04ff0ee1dca6a12ccf43fcce718550e5b21 (diff)
downloademacs-4f6f680651ffd023adc5bd32713b7947521b3f9c.tar.gz
emacs-4f6f680651ffd023adc5bd32713b7947521b3f9c.zip
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
Diffstat (limited to 'src')
-rw-r--r--src/term.c3
1 files changed, 3 insertions, 0 deletions
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. */);
2782 defsubr (&Stty_no_underline); 2782 defsubr (&Stty_no_underline);
2783 2783
2784 fullscreen_hook = NULL; 2784 fullscreen_hook = NULL;
2785 default_orig_pair = NULL;
2786 default_set_foreground = NULL;
2787 default_set_background = NULL;
2785} 2788}
2786 2789
2787/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193 2790/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193