diff options
| author | Jim Blandy | 1992-03-12 05:17:32 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-03-12 05:17:32 +0000 |
| commit | de3e8b15bc98c88e2ef48891bb13bb0c623e7bf4 (patch) | |
| tree | 612c421be551f748741297934d3d3aa24325f7f0 /src | |
| parent | 70ee42f75d671390dfd0c33243e5e93b8fb9570d (diff) | |
| download | emacs-de3e8b15bc98c88e2ef48891bb13bb0c623e7bf4.tar.gz emacs-de3e8b15bc98c88e2ef48891bb13bb0c623e7bf4.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 82a92d5a689..631abbb4df7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Display generation from window structure and buffer text. | 1 | /* Display generation from window structure and buffer text. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -458,7 +458,8 @@ redisplay () | |||
| 458 | XFASTINT (w->width) - 1 | 458 | XFASTINT (w->width) - 1 |
| 459 | - (XFASTINT (w->width) + XFASTINT (w->left) | 459 | - (XFASTINT (w->width) + XFASTINT (w->left) |
| 460 | != SCREEN_WIDTH (selected_screen)), | 460 | != SCREEN_WIDTH (selected_screen)), |
| 461 | XINT (w->hscroll), 0); | 461 | XINT (w->hscroll), |
| 462 | pos_tab_offset (w, tlbufpos)); | ||
| 462 | if (pos.vpos < 1) | 463 | if (pos.vpos < 1) |
| 463 | { | 464 | { |
| 464 | SCREEN_CURSOR_X (selected_screen) | 465 | SCREEN_CURSOR_X (selected_screen) |