comparison src/term.c @ 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 fc2bcd2a8aad
children 3928ddbb7841
comparison
equal deleted inserted replaced
80638:597395dc5dfe 80639:5422d2b23a27
2780 defsubr (&Stty_display_color_p); 2780 defsubr (&Stty_display_color_p);
2781 defsubr (&Stty_display_color_cells); 2781 defsubr (&Stty_display_color_cells);
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
2788 (do not change this comment) */ 2791 (do not change this comment) */