From de3e8b15bc98c88e2ef48891bb13bb0c623e7bf4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 12 Mar 1992 05:17:32 +0000 Subject: [PATCH] *** empty log message *** --- src/xdisp.c | 5 +++-- 1 file 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 @@ /* 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 @@ redisplay () 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)