diff src/term.c @ 28507:b6f06a755c7d

make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 05 Apr 2000 17:29:31 +0000
parents 113efc964095
children b4310b6f3b5e
line wrap: on
line diff
--- a/src/term.c	Tue Apr 04 21:15:08 2000 +0000
+++ b/src/term.c	Wed Apr 05 17:29:31 2000 +0000
@@ -1893,7 +1893,7 @@
   temp_it.dp = NULL;
   temp_it.what = IT_CHARACTER;
   temp_it.len = 1;
-  temp_it.object = 0;
+  temp_it.object = make_number (0);
   bzero (&temp_it.current, sizeof temp_it.current);
 
   if (what == IT_CONTINUATION)