]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes trying to access nonexistent key
authorPo Lu <luangruo@yahoo.com>
Sun, 15 May 2022 01:30:07 +0000 (09:30 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 15 May 2022 01:30:07 +0000 (09:30 +0800)
commit8e592973782e38be75faed39f557642bbae6aec5
treecc10539ed6995f6d966cefd7f48006608f1c80a3
parent003dc93f93994c1fc568a7844623fa65f9d33448
Prevent crashes trying to access nonexistent key

* src/xsettings.c (xg_settings_key_valid_p): New function.
(apply_gsettings_font_antialias): Test that `font-aliasing' is
actually available.  (bug#55416)
src/xsettings.c