comparison src/process.c @ 22848:f17131794fbc

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Jul 1998 18:59:34 +0000
parents 059f1c33af70
children da331c0f1092
comparison
equal deleted inserted replaced
22847:31924d388b84 22848:f17131794fbc
1429 proc_decode_coding_system[inchannel] 1429 proc_decode_coding_system[inchannel]
1430 = (struct coding_system *) xmalloc (sizeof (struct coding_system)); 1430 = (struct coding_system *) xmalloc (sizeof (struct coding_system));
1431 setup_coding_system (XPROCESS (process)->decode_coding_system, 1431 setup_coding_system (XPROCESS (process)->decode_coding_system,
1432 proc_decode_coding_system[inchannel]); 1432 proc_decode_coding_system[inchannel]);
1433 if (!proc_encode_coding_system[outchannel]) 1433 if (!proc_encode_coding_system[outchannel])
1434 proc_encode_coding_system[outchannel] 1434 proc_encode_coding_system[outchannel]
1435 = (struct coding_system *) xmalloc (sizeof (struct coding_system)); 1435 = (struct coding_system *) xmalloc (sizeof (struct coding_system));
1436 setup_coding_system (XPROCESS (process)->encode_coding_system, 1436 setup_coding_system (XPROCESS (process)->encode_coding_system,
1437 proc_encode_coding_system[outchannel]); 1437 proc_encode_coding_system[outchannel]);
1438 1438
1439 if (!NILP (buffer) && NILP (XBUFFER (buffer)->enable_multibyte_characters) 1439 if (!NILP (buffer) && NILP (XBUFFER (buffer)->enable_multibyte_characters)
1440 || (NILP (buffer) && NILP (buffer_defaults.enable_multibyte_characters))) 1440 || (NILP (buffer) && NILP (buffer_defaults.enable_multibyte_characters)))