--- gutter.c~ Fri Mar 24 14:12:00 2000 +++ gutter.c Fri Mar 24 22:26:34 2000 @@ -573,11 +573,16 @@ int height) { enum gutter_pos pos; + + /* We have to be "in display" when we output the gutter - make it + so. */ + hold_frame_size_changes (); GUTTER_POS_LOOP (pos) { if (FRAME_GUTTER_VISIBLE (f, pos)) redraw_exposed_gutter (f, pos, x, y, width, height); } + unhold_one_frame_size_changes (f); } void