]> git.eshelyaron.com Git - emacs.git/commit
Avoid crashes when a theme is loaded with one frame suspended
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Oct 2020 19:21:18 +0000 (22:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Oct 2020 19:21:18 +0000 (22:21 +0300)
commit3196fd44c36a5ce6789382f74442c461d9264471
treee0dff5d92bcedcbd0aff0a2bb3628fc0f4f6456e
parent0407b155009542fd369350237fd975bd0a14f005
Avoid crashes when a theme is loaded with one frame suspended

* src/xfaces.c (load_color2, Fcolor_distance): Don't try to call
the frame's defined_color_hook if the frame is suspended.
(Bug#43886)
src/xfaces.c