]> git.eshelyaron.com Git - emacs.git/commit
Fix failure of setting default face attribute in init script (Bug#36284)
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jun 2019 02:57:50 +0000 (11:57 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jun 2019 02:58:36 +0000 (11:58 +0900)
commit0701634aa788b316f331ccbb6c44dfd8304a271d
tree72bac97d44b72b218b37b51c2f63fe4bffafbc7a
parent9eb78866476d843889361ca725e6cbd48d06c2fc
Fix failure of setting default face attribute in init script (Bug#36284)

* src/xsettings.c (apply_xft_settings): Undo replacing all #ifdef HAVE_XFT
with #if defined USE_CAIRO || defined HAVE_XFT for this function.
src/xsettings.c