Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | |||||
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | |||||
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
* | Stop splicing anonymous faces in font-lock-append-text-property | Kévin Le Gouguec | 2019-05-13 | 1 | -0/+41 |
This is the same fix as 2019-04-29 "Refrain from splicing anonymous faces in text properties", which was only applied to font-lock-prepend-text-property. * lisp/font-lock.el (font-lock-append-text-property): Distinguish list of faces from property list. * test/lisp/font-lock-tests.el: New test suite. (Bug#35476) |