+2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * process.c (wait_reading_process_input): Lisp_Object/int mixup.
+
+ * dired.c (Ffile_attributes): Lisp_Object/int mixup.
+
2004-01-19 Kenichi Handa <handa@m17n.org>
* fontset.c (fontset_font_pattern): Fix previous change.
/* Asynchronous subprocess control for GNU Emacs.
Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 98, 1999,
- 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Emacs.
proc = chan_process[channel];
if (NILP (proc))
continue;
- if (XPROCESS (proc)->read_output_delay > 0)
+ if (XINT (XPROCESS (proc)->read_output_delay) > 0)
{
check_delay--;
if (NILP (XPROCESS (proc)->read_output_skip))