aboutsummaryrefslogtreecommitdiff
path: root/tests/test-wttrin--mode-line-helpers.el
Commit message (Collapse)AuthorAgeFilesLines
* doc: update copyright years to 2026 and add missing author fieldCraig Jennings2026-04-041-1/+1
| | | | | Update copyright headers across all 37 .el files to include 2026. Add missing Author field to testutil-wttrin.el for consistency.
* refactor: extract mode-line icon and string helpersCraig Jennings2026-04-041-0/+128
Add wttrin--make-emoji-icon and wttrin--set-mode-line-string to eliminate three near-identical propertize blocks across update-placeholder-error, set-placeholder, and update-display. Reduces wttrin--mode-line-update-display from 40 lines to 25.