]> git.eshelyaron.com Git - emacs.git/commit
Fix copying text properties by 'format'
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2018 15:08:35 +0000 (18:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2018 15:08:35 +0000 (18:08 +0300)
commit71c92d89137b7fdde6c2bd4bed9b8dfda5fa53dd
treecbeb28b0a8287a43796cdaaf9ad806446d22d88a
parent96be6b6eb99ae1d77702932c97e8b3a147c6265a
Fix copying text properties by 'format'

* src/editfns.c (styled_format): Add the spec beginning index
to the info recorded for each format spec, and use it to
detect the case that a format spec and its text property end
where the next spec with another property begins.  (Bug#32404)

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