aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-17 18:18:05 +0000
committerRichard M. Stallman <[email protected]>1997-07-17 18:18:05 +0000
commitb070c1d71b1bed63dca25ceb87d7668b5dcb8ac7 (patch)
tree09d63491bf4d52153f2ea555d32ce61e933a1141 /src/xdisp.c
parent137c9decc2f52e61566f1d077b312c3f4c49816f (diff)
(decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 8b41cf9717..7790109de8 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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]);