]> git.eshelyaron.com Git - emacs.git/commit
Allow selection of font for symbols as in Emacs 24.x
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2016 19:03:51 +0000 (22:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Oct 2016 19:03:51 +0000 (22:03 +0300)
commit4ff4b66df8da175d8df292d12a30ab50285b6917
treee08622cd6b0790172a9c2082a652876720e33e4f
parentc03d44bb3d975a982a9d84eea54b73cc3d049035
Allow selection of font for symbols as in Emacs 24.x

* src/fontset.c (syms_of_fontset) <use-default-font-for-symbols>:
New boolean variable.
(face_for_char): Use it to fall back to pre-Emacs 25.1 behavior
when selecting fonts for displaying symbol and punctuation
characters.  (Bug#24644)

* etc/NEWS: Mention the new variable.
etc/NEWS
src/fontset.c