diff options
| author | Richard M. Stallman | 1997-08-26 22:41:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-26 22:41:06 +0000 |
| commit | d30e754bc5eac07e2c74412a4f0e373c7af3e44b (patch) | |
| tree | 5f57124ca3b9d63a43d00de0f5460b814238f58f /src | |
| parent | c75000c7e6191339c64b0154e5a882c6e114982a (diff) | |
| download | emacs-d30e754bc5eac07e2c74412a4f0e373c7af3e44b.tar.gz emacs-d30e754bc5eac07e2c74412a4f0e373c7af3e44b.zip | |
(decode_mode_spec): For %Z and %z, put keyboard and
terminal coding systems into modeline on MSDOS frames as well.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 2c872069108..48115508823 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -4498,7 +4498,7 @@ decode_mode_spec (w, c, spec_width, maxwidth) | |||
| 4498 | int eol_flag = (c == 'Z'); | 4498 | int eol_flag = (c == 'Z'); |
| 4499 | char *p = decode_mode_spec_buf; | 4499 | char *p = decode_mode_spec_buf; |
| 4500 | 4500 | ||
| 4501 | if (FRAME_TERMCAP_P (f)) | 4501 | if (! FRAME_WINDOW_P (f)) |
| 4502 | { | 4502 | { |
| 4503 | /* No need to mention EOL here--the terminal never needs | 4503 | /* No need to mention EOL here--the terminal never needs |
| 4504 | to do EOL conversion. */ | 4504 | to do EOL conversion. */ |