(decode_mode_spec_coding): Fix typo; use val' instead of
coding-system'.
This commit is contained in:
parent
137c9decc2
commit
b070c1d71b
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Reference in a new issue