From 2e0a2a9cfd7982e32adc3e0315bd06ab5bd0bc80 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 9 Jun 1997 12:59:38 +0000 Subject: [PATCH] (decode_mode_spec): Access the value of buffer-file-coding-system by b->buffer_file_coding_system. --- src/xdisp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 1a7e5027d4..be7400f70a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4384,9 +4384,8 @@ decode_mode_spec (w, c, spec_width, maxwidth) int eol_flag = (c == 'Z'); char *p; - p = decode_mode_spec_coding - (find_symbol_value (Qbuffer_file_coding_system), - decode_mode_spec_buf, eol_flag); + p = decode_mode_spec_coding (b->buffer_file_coding_system, + decode_mode_spec_buf, eol_flag); if (FRAME_TERMCAP_P (f)) { p = decode_mode_spec_coding (keyboard_coding.symbol, p, eol_flag); -- 2.39.2