Mercurial > emacs
changeset 80639:5422d2b23a27
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 Jul 2008 18:12:41 +0000 |
parents | 597395dc5dfe |
children | 86922f21ad77 |
files | src/term.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Fri Jul 25 18:12:23 2008 +0000 +++ b/src/term.c Fri Jul 25 18:12:41 2008 +0000 @@ -2782,6 +2782,9 @@ 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