]> git.eshelyaron.com Git - emacs.git/commit
Fix copying text properties in 'format'
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 09:54:08 +0000 (11:54 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 09:54:08 +0000 (11:54 +0200)
commitb84b8dff709fd80ee124565222f333f53351ab4a
tree19eb4e29ca739b28e0e12e1e5c4b9a3cf8cd26c8
parent431b098a206d27a2dff6a88312c28c36926f90e9
Fix copying text properties in 'format'

* src/editfns.c (styled_format): Fix accounting for text
properties that come from the format string.  (Bug#46317)

* test/src/editfns-tests.el (format-properties): Add new tests for
bug#46317.
src/editfns.c
test/src/editfns-tests.el