diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-01-24 09:31:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-01-24 09:31:32 +0000 |
commit | fd2d7b3dd4ed12bca817d9f13e387e65a2bd4db0 (patch) | |
tree | 2ee2b9d4988df07d39cce818526d1b03bf4c7c24 /src/xdisp.c | |
parent | 2dd4e608e13224c5e117cbdb76d3dd37a4854aa8 (diff) | |
download | emacs-fd2d7b3dd4ed12bca817d9f13e387e65a2bd4db0.tar.gz |
(try_window): Remove frobnication of tab_offset in a minibuffer window.
(display_text_line): Likewise, for the taboffset parameter.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index dc8b23daff8..e0de4f96e05 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2065,14 +2065,6 @@ try_window (window, pos) val = *display_text_line (w, pos, vpos, val.hpos, tab_offset, val.ovstring_chars_done); tab_offset += width; - /* For the first line displayed, display_text_line - subtracts the prompt width from the tab offset. - But it does not affect the value of our variable tab_offset. - So we do the subtraction again, - for the sake of continuation lines of that first line. */ - if (MINI_WINDOW_P (w) && vpos == XFASTINT (w->top)) - tab_offset -= minibuf_prompt_width; - if (val.vpos) tab_offset = 0; vpos++; if (pos != val.bufpos) |