aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorKen Raeburn2000-04-05 17:29:31 +0000
committerKen Raeburn2000-04-05 17:29:31 +0000
commit7c752c8099915f10ec6e99d60ea20196111a94a1 (patch)
tree088139e64875a53f21320d85709678589babf883 /src/term.c
parentc407c570006300c2a520c89aa118e798a5e3589b (diff)
downloademacs-7c752c8099915f10ec6e99d60ea20196111a94a1.tar.gz
emacs-7c752c8099915f10ec6e99d60ea20196111a94a1.zip
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 5ee942895fb..eaac25c6819 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1893,7 +1893,7 @@ produce_special_glyphs (it, what)
1893 temp_it.dp = NULL; 1893 temp_it.dp = NULL;
1894 temp_it.what = IT_CHARACTER; 1894 temp_it.what = IT_CHARACTER;
1895 temp_it.len = 1; 1895 temp_it.len = 1;
1896 temp_it.object = 0; 1896 temp_it.object = make_number (0);
1897 bzero (&temp_it.current, sizeof temp_it.current); 1897 bzero (&temp_it.current, sizeof temp_it.current);
1898 1898
1899 if (what == IT_CONTINUATION) 1899 if (what == IT_CONTINUATION)