diff options
| author | Kenichi Handa | 1999-03-15 02:20:31 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-03-15 02:20:31 +0000 |
| commit | d847cc360a0bcf72da62032c75e55cfefad05529 (patch) | |
| tree | 38601ae6aa5529fea33ad19f697f4c81275c9ad1 | |
| parent | 189a69d02a487187e667d83276f98077ea31be21 (diff) | |
| download | emacs-d847cc360a0bcf72da62032c75e55cfefad05529.tar.gz emacs-d847cc360a0bcf72da62032c75e55cfefad05529.zip | |
(try_window_id): Initizlie val.ovstring_chars_done to 0.
| -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) | |||
| 2898 | Fset_marker (w->start, make_number (pos), Qnil); | 2898 | Fset_marker (w->start, make_number (pos), Qnil); |
| 2899 | 2899 | ||
| 2900 | val.bytepos = pos_byte; | 2900 | val.bytepos = pos_byte; |
| 2901 | val.ovstring_chars_done = 0; | ||
| 2901 | 2902 | ||
| 2902 | /* Redisplay the lines where the text was changed */ | 2903 | /* Redisplay the lines where the text was changed */ |
| 2903 | last_text_vpos = vpos; | 2904 | last_text_vpos = vpos; |