]> git.eshelyaron.com Git - emacs.git/commit
* lisp/htmlfontify.el: Fix misuses of `nconc`
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Mar 2021 15:57:58 +0000 (11:57 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 25 Mar 2021 16:18:31 +0000 (12:18 -0400)
commit55a7af9123b5c2c2cad8f768a1234b59b07f7afc
tree1dc395b3c18fc955f865012950c4fe0ff3d46292
parentc4e89ac2a2a41677a03ea140832074f990c4b38a
* lisp/htmlfontify.el: Fix misuses of `nconc`

(hfy-face-to-style-i): `this` is not known to be fresh.
(hfy--size-to-int): Rename from `hfy--size-to-int` and return just the
integer without wrapping it in a list.
(hfy-flatten-style): Avoid O(n²) problems.  Use `float`.
lisp/htmlfontify.el