]> git.eshelyaron.com Git - emacs.git/commit
Fix global face scaling bug due to rounding.
authorGregory Heytings <gregory@heytings.org>
Sat, 19 Nov 2022 15:46:46 +0000 (15:46 +0000)
committerGregory Heytings <gregory@heytings.org>
Sat, 19 Nov 2022 15:48:04 +0000 (16:48 +0100)
commit740fe3e7575a2f9bb0288eaa7f81b97173b00f6a
treec2d3b4277cd707401734b870c9a2b85f2390ec39
parentdb3ff76dc7d3184e51cb7ed17c78ef76babb9032
Fix global face scaling bug due to rounding.

* lisp/face-remap.el (global-text-scale-adjust): Try again if the face
height should have changed but did not actually change.  Update the
docstring to clarify the difference with 'text-scale-adjust'.
(global-text-scale-adjust--increment-factor): New internal variable.
Fixes bug#59122.
(text-scale-adjust): Update the docstring to clarify the difference
with 'global-text-scale-adjust'.
lisp/face-remap.el