aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 1a7e5027d46..be7400f70a6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4384,9 +4384,8 @@ decode_mode_spec (w, c, spec_width, maxwidth)
4384 int eol_flag = (c == 'Z'); 4384 int eol_flag = (c == 'Z');
4385 char *p; 4385 char *p;
4386 4386
4387 p = decode_mode_spec_coding 4387 p = decode_mode_spec_coding (b->buffer_file_coding_system,
4388 (find_symbol_value (Qbuffer_file_coding_system), 4388 decode_mode_spec_buf, eol_flag);
4389 decode_mode_spec_buf, eol_flag);
4390 if (FRAME_TERMCAP_P (f)) 4389 if (FRAME_TERMCAP_P (f))
4391 { 4390 {
4392 p = decode_mode_spec_coding (keyboard_coding.symbol, p, eol_flag); 4391 p = decode_mode_spec_coding (keyboard_coding.symbol, p, eol_flag);