diff options
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. */ |