]> git.eshelyaron.com Git - emacs.git/commitdiff
(direct_output_for_insert): Set updated_area
authorGerd Moellmann <gerd@gnu.org>
Tue, 28 Aug 2001 09:01:08 +0000 (09:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 28 Aug 2001 09:01:08 +0000 (09:01 +0000)
before insering/writing glyphs.

src/dispnew.c

index 5e16897b93ffcef15b8508ce3d60c08e72c5aaed..165b6e4757b63b8d9c500bd7300cad4fa4b83357 100644 (file)
@@ -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)
     {