Mercurial > emacs
changeset 27033:9a33a5066a27
(mode_line_string): Support MS-DOS frames.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 29 Dec 1999 12:31:58 +0000 |
parents | 6ec5b07c6791 |
children | a171ee1ca955 |
files | src/ChangeLog src/dispnew.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Wed Dec 29 10:41:49 1999 +0000 +++ b/src/dispnew.c Wed Dec 29 12:31:58 1999 +0000 @@ -5152,8 +5152,8 @@ int x0; Lisp_Object string = Qnil; - /* Only do this for frames under a window system. */ - if (!FRAME_WINDOW_P (f)) + /* Only do this for frames under a window system and MS-DOS frames. */ + if (!FRAME_WINDOW_P (f) && !FRAME_MSDOS_P (f)) return Qnil; if (mode_line_p)