diff options
author | Kenichi Handa <handa@m17n.org> | 1999-03-15 02:20:31 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-03-15 02:20:31 +0000 |
commit | d847cc360a0bcf72da62032c75e55cfefad05529 (patch) | |
tree | 38601ae6aa5529fea33ad19f697f4c81275c9ad1 /src/xdisp.c | |
parent | 189a69d02a487187e667d83276f98077ea31be21 (diff) | |
download | emacs-d847cc360a0bcf72da62032c75e55cfefad05529.tar.gz |
(try_window_id): Initizlie val.ovstring_chars_done to 0.
Diffstat (limited to 'src/xdisp.c')
-rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f8705200f00..db000c89b16 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2898,6 +2898,7 @@ try_window_id (window) Fset_marker (w->start, make_number (pos), Qnil); val.bytepos = pos_byte; + val.ovstring_chars_done = 0; /* Redisplay the lines where the text was changed */ last_text_vpos = vpos; |