]> git.eshelyaron.com Git - emacs.git/commit
Make emoji-zoom-{increase,decrease} set text properties correctly
authorRobert Pluim <rpluim@gmail.com>
Wed, 5 Apr 2023 13:19:13 +0000 (15:19 +0200)
committerRobert Pluim <rpluim@gmail.com>
Thu, 6 Apr 2023 11:36:11 +0000 (13:36 +0200)
commit470d269ec1fe58935ff1b13e04d030ec40dcaa5e
tree0663829adf06f6aee0ba998ad7944c8dc57742f9
parent63d4a86f8d1547593c49e8bf493757137eb147e0
Make emoji-zoom-{increase,decrease} set text properties correctly

* lisp/international/emoji.el (emoji-zoom-increase): Ensure that we're
increasing the :height of the anonymous face at point, rather than
having two :height properties, which appeared to work by
accident, and don't error at eob.  (Bug#62675)
lisp/international/emoji.el