* lread.c (read1, hash_string): Likewise.
* process.c (read_process_output, send_process, Fprocess_send_region):
Likewise.
+ * callproc.c (Fcall_process): Likewise.
2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
faithfully reflect inserted text until we
TEMP_SET_PT_BOTH below. */
specbind (Qinhibit_modification_hooks, Qt);
- decode_coding_c_string (&process_coding, buf, nread,
- curbuf);
+ decode_coding_c_string (&process_coding, (unsigned char *) buf,
+ nread, curbuf);
unbind_to (count1, Qnil);
if (display_on_the_fly
&& CODING_REQUIRE_DETECTION (&saved_coding)