aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2008-07-26 07:34:26 +0000
committerEli Zaretskii2008-07-26 07:34:26 +0000
commit4874e0882eff39f280c9b2b907abe411833f79a8 (patch)
treead81270c738d19bb860b730a6d398cd97c45b78b /src
parent7483cef10021120ee1fd7444a7da4b832d51f334 (diff)
downloademacs-4874e0882eff39f280c9b2b907abe411833f79a8.tar.gz
emacs-4874e0882eff39f280c9b2b907abe411833f79a8.zip
(syms_of_term): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/term.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b0c24df3f2..1952f115578 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-07-26 Eli Zaretskii <eliz@gnu.org>
2
3 * term.c (syms_of_term): Fix last change.
4
12008-07-25 Chong Yidong <cyd@stupidchicken.com> 52008-07-25 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * term.c (syms_of_term): Initialize default_orig_pair, 7 * term.c (syms_of_term): Initialize default_orig_pair,
diff --git a/src/term.c b/src/term.c
index 56ea0656599..1f3a95338bd 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2782,9 +2782,11 @@ 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#ifndef WINDOWSNT
2785 default_orig_pair = NULL; 2786 default_orig_pair = NULL;
2786 default_set_foreground = NULL; 2787 default_set_foreground = NULL;
2787 default_set_background = NULL; 2788 default_set_background = NULL;
2789#endif
2788} 2790}
2789 2791
2790/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193 2792/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193