]> git.eshelyaron.com Git - emacs.git/commit
Change font_put_extra value for property removal from Qnil to Qunbound
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jun 2019 03:12:01 +0000 (12:12 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 20 Jun 2019 03:12:01 +0000 (12:12 +0900)
commitfdbbbf94a5ed233571478d94c812644bdfaeb600
treeb2a3da89298a8547c31822af20597872258ea636
parent0701634aa788b316f331ccbb6c44dfd8304a271d
Change font_put_extra value for property removal from Qnil to Qunbound

* font.c (font_put_extra): If VAL is Qunbound, delete the slot for PROP from
the list of extra properties.  Previous value Qnil is valid as boolean.
(font_clear_prop): Changed argument of font_put_extra for property removal.
src/font.c