aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/msdos.c
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c6
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. */
64#include "commands.h" 64#include "commands.h"
65#include "blockinput.h" 65#include "blockinput.h"
66#include "keyboard.h" 66#include "keyboard.h"
67#include "intervals.h"
68#include <go32.h> 67#include <go32.h>
69#include <pc.h> 68#include <pc.h>
70#include <ctype.h> 69#include <ctype.h>
@@ -1436,7 +1435,7 @@ IT_note_mode_line_highlight (struct window *w, int x, int mode_line_p)
1436 /* Find the glyph under X. */ 1435 /* Find the glyph under X. */
1437 glyph = (row->glyphs[TEXT_AREA] 1436 glyph = (row->glyphs[TEXT_AREA]
1438 + x 1437 + x
1439 /* in case someone implements scroll bars some day... */ 1438 /* Does MS-DOG really support scroll-bars?? ++KFS */
1440 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w)); 1439 - WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH (w));
1441 end = glyph + row->used[TEXT_AREA]; 1440 end = glyph + row->used[TEXT_AREA];
1442 if (glyph < end 1441 if (glyph < end
@@ -5298,6 +5297,3 @@ nil means don't delete them until `list-processes' is run. */);
5298} 5297}
5299 5298
5300#endif /* MSDOS */ 5299#endif /* MSDOS */
5301
5302/* arch-tag: db404e92-52a5-475f-9eb2-1cb78dd05f30
5303 (do not change this comment) */