]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes due to redisplay while realizing the default face
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 May 2024 16:41:30 +0000 (19:41 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 27 May 2024 20:26:58 +0000 (22:26 +0200)
commit0cbea4972ef0373507f3b49a775ef780a7f0f292
tree251c5635fd3b9c13ae7b50685ec50a62b3acb47e
parentbd852743d3ac4e51968a33051e23664aae1673c2
Prevent crashes due to redisplay while realizing the default face

* src/xfaces.c (Finternal_merge_in_global_face)
(realize_default_face): Prevent redisplay while the default face
is being realized.  (Bug#71176)

(cherry picked from commit 74b8043e60dde6710d0ba413278c2cb36a84f8f2)
src/xdisp.c
src/xfaces.c