]> code.delx.au - gnu-emacs/commitdiff
(decode_mode_spec): Access the value of
authorKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 12:59:38 +0000 (12:59 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 9 Jun 1997 12:59:38 +0000 (12:59 +0000)
buffer-file-coding-system by b->buffer_file_coding_system.

src/xdisp.c

index 1a7e5027d46052ad70515222de3c525f92fa9736..be7400f70a69df208f55436ace6a175d06228d10 100644 (file)
@@ -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);