diff options
Diffstat (limited to 'src/msdos.c')
-rw-r--r-- | src/msdos.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/msdos.c b/src/msdos.c index b04b55c2260..5f2f488b20f 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -64,7 +64,6 @@ Boston, MA 02111-1307, USA. */ #include "commands.h" #include "blockinput.h" #include "keyboard.h" -#include "intervals.h" #include <go32.h> #include <pc.h> #include <ctype.h> @@ -1436,7 +1435,7 @@ IT_note_mode_line_highlight (struct window *w, int x, int mode_line_p) /* Find the glyph under X. */ glyph = (row->glyphs[TEXT_AREA] + x - /* in case someone implements scroll bars some day... */ + /* Does MS-DOG really support scroll-bars?? ++KFS */ - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w)); end = glyph + row->used[TEXT_AREA]; if (glyph < end @@ -5298,6 +5297,3 @@ nil means don't delete them until `list-processes' is run. */); } #endif /* MSDOS */ - -/* arch-tag: db404e92-52a5-475f-9eb2-1cb78dd05f30 - (do not change this comment) */ |