From: Gerd Moellmann Date: Tue, 28 Aug 2001 09:01:08 +0000 (+0000) Subject: (direct_output_for_insert): Set updated_area X-Git-Tag: emacs-pretest-21.0.105~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d1268155d4ee225a807134e15d104dc0a25bac8;p=emacs.git (direct_output_for_insert): Set updated_area before insering/writing glyphs. --- 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) implemented for X frames. The implementation uses updated_window and updated_row. */ updated_row = glyph_row; + updated_area = TEXT_AREA; update_begin (f); if (rif) {