From 5ff506151182f26d3ab9235e4455936d3c378823 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 24 Aug 2003 15:06:41 +0000 Subject: [PATCH] Comment-only change. --- src/msdos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msdos.c b/src/msdos.c index cc79e7abb86..27ff5cd9a4a 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -1436,7 +1436,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 - /* Does MS-DOG really support scroll-bars?? ++KFS */ + /* in case someone implements scroll bars some day... */ - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w)); end = glyph + row->used[TEXT_AREA]; if (glyph < end -- 2.39.2