diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-08-24 15:06:41 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-08-24 15:06:41 +0000 |
commit | 5ff506151182f26d3ab9235e4455936d3c378823 (patch) | |
tree | 4fcd2e47acad684c1266a8caa657ffff2fdae4bc /src | |
parent | 5846981bc0f71287b0fc66644d6c586b5f450870 (diff) | |
download | emacs-5ff506151182f26d3ab9235e4455936d3c378823.tar.gz |
Comment-only change.
Diffstat (limited to 'src')
-rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |