diff options
| author | Gerd Moellmann | 2001-08-28 09:01:08 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-28 09:01:08 +0000 |
| commit | 9d1268155d4ee225a807134e15d104dc0a25bac8 (patch) | |
| tree | a01c8015726025c133ca370e931a69f631ffa696 /src | |
| parent | 43744cb9bdab4f67cfe878c9578932523db77a93 (diff) | |
| download | emacs-9d1268155d4ee225a807134e15d104dc0a25bac8.tar.gz emacs-9d1268155d4ee225a807134e15d104dc0a25bac8.zip | |
(direct_output_for_insert): Set updated_area
before insering/writing glyphs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 5e16897b93f..165b6e4757b 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -3586,6 +3586,7 @@ direct_output_for_insert (g) | |||
| 3586 | implemented for X frames. The implementation uses updated_window | 3586 | implemented for X frames. The implementation uses updated_window |
| 3587 | and updated_row. */ | 3587 | and updated_row. */ |
| 3588 | updated_row = glyph_row; | 3588 | updated_row = glyph_row; |
| 3589 | updated_area = TEXT_AREA; | ||
| 3589 | update_begin (f); | 3590 | update_begin (f); |
| 3590 | if (rif) | 3591 | if (rif) |
| 3591 | { | 3592 | { |