* src/xfaces.c (recompute_basic_faces): Revert the change which
caused recalculation of all the faces, as it made cursor motion
too slow. Reported by Juri Linkov <juri@linkov.net> (bug#72692).
(cherry picked from commit
9b299dd79c1627c7ad6b037d599a8e80a92573cd)
clear_face_cache (false);
if (!realize_basic_faces (f))
emacs_abort ();
- /* Force complete face recalculation next time we use the display
- code, because realize_basic_faces could free the fontset used
- by non-ASCII faces corresponding to ASCII faces of the basic
- faces, and attempt to use that fontset might segfault. */
- f->face_change = true;
}
}