]> git.eshelyaron.com Git - emacs.git/commit
Avoid infloop in redisplay due to faulty mode-line properties
authorJonathan Kyle Mitchell <kyle@jonathanmitchell.org>
Thu, 5 Jul 2018 03:38:29 +0000 (22:38 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jul 2018 11:26:04 +0000 (14:26 +0300)
commit9f25231f354a973d5331b62717ec46e0cbcbbc6e
treea1ea5cc15ba45ed58d91f4eeb0138735b830655f
parent41f5de7c8ac3da19ccc8c96be52a6714a9b49a8f
Avoid infloop in redisplay due to faulty mode-line properties

* xdisp.c (safe_set_text_properties): New function.
(display_mode_element): Call Fset_text_properties through
internal_condition_case_n, using safe_set_text_properties as a
wrapper.  (Bug#32038)
src/xdisp.c