# HG changeset patch # User Jim Blandy # Date 700377452 0 # Node ID 58047bf5d46c7f8a4af881f941319f1a7fb64a50 # Parent f0ffd17643823c686ed412c3abfafb62ce01e346 *** empty log message *** diff -r f0ffd1764382 -r 58047bf5d46c src/xdisp.c --- a/src/xdisp.c Thu Mar 12 03:48:12 1992 +0000 +++ b/src/xdisp.c Thu Mar 12 05:17:32 1992 +0000 @@ -1,5 +1,5 @@ /* Display generation from window structure and buffer text. - Copyright (C) 1985, 1986, 1987, 1988 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1988, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -458,7 +458,8 @@ XFASTINT (w->width) - 1 - (XFASTINT (w->width) + XFASTINT (w->left) != SCREEN_WIDTH (selected_screen)), - XINT (w->hscroll), 0); + XINT (w->hscroll), + pos_tab_offset (w, tlbufpos)); if (pos.vpos < 1) { SCREEN_CURSOR_X (selected_screen)