(decode_mode_spec_coding): Fix typo; use val' instead of coding-system'.

This commit is contained in:
Richard M. Stallman 1997-07-17 18:18:05 +00:00
parent 137c9decc2
commit b070c1d71b

View file

@ -4095,7 +4095,7 @@ decode_mode_spec_coding (coding_system, buf, eol_flag)
{
val = Fget (val, Qcoding_system);
if (NILP (eolvalue))
eolvalue = Fget (coding_system, Qeol_type);
eolvalue = Fget (val, Qeol_type);
}
*buf++ = XFASTINT (XVECTOR (val)->contents[1]);