aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 8b41cf9717d..7790109de86 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4095,7 +4095,7 @@ decode_mode_spec_coding (coding_system, buf, eol_flag)
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]);