aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2003-08-24 15:06:41 +0000
committerEli Zaretskii2003-08-24 15:06:41 +0000
commit5ff506151182f26d3ab9235e4455936d3c378823 (patch)
tree4fcd2e47acad684c1266a8caa657ffff2fdae4bc /src
parent5846981bc0f71287b0fc66644d6c586b5f450870 (diff)
downloademacs-5ff506151182f26d3ab9235e4455936d3c378823.tar.gz
emacs-5ff506151182f26d3ab9235e4455936d3c378823.zip
Comment-only change.
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c2
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)
1436 /* Find the glyph under X. */ 1436 /* Find the glyph under X. */
1437 glyph = (row->glyphs[TEXT_AREA] 1437 glyph = (row->glyphs[TEXT_AREA]
1438 + x 1438 + x
1439 /* Does MS-DOG really support scroll-bars?? ++KFS */ 1439 /* in case someone implements scroll bars some day... */
1440 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w)); 1440 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
1441 end = glyph + row->used[TEXT_AREA]; 1441 end = glyph + row->used[TEXT_AREA];
1442 if (glyph < end 1442 if (glyph < end