comparison src/xdisp.c @ 18834:a4b74a7b692a

(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Jul 1997 18:18:05 +0000
parents efc598630ee9
children ab7fae992236
comparison
equal deleted inserted replaced
18833:48e05cca9d7b 18834:a4b74a7b692a
4093 4093
4094 while (!NILP (val) && SYMBOLP (val)) 4094 while (!NILP (val) && SYMBOLP (val))
4095 { 4095 {
4096 val = Fget (val, Qcoding_system); 4096 val = Fget (val, Qcoding_system);
4097 if (NILP (eolvalue)) 4097 if (NILP (eolvalue))
4098 eolvalue = Fget (coding_system, Qeol_type); 4098 eolvalue = Fget (val, Qeol_type);
4099 } 4099 }
4100 4100
4101 *buf++ = XFASTINT (XVECTOR (val)->contents[1]); 4101 *buf++ = XFASTINT (XVECTOR (val)->contents[1]);
4102 if (eol_flag) 4102 if (eol_flag)
4103 { 4103 {