diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-13 14:14:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-13 14:14:45 -0600 |
| commit | bf989bb594680eb2e3b69f55752353aa33cb47bb (patch) | |
| tree | 5bf2840987672d63ec921161481d92c4139b0507 /tests/test-wttrin--mode-line-map.el | |
| parent | b5633450732d6496c49a0628c8db80121d97facc (diff) | |
Renamed variable to remove 'mode-line' prefix, making it usable for
future location-based features beyond mode-line display. Updated all
references in code, tests, and documentation. All 187 tests passing.
Diffstat (limited to 'tests/test-wttrin--mode-line-map.el')
| -rw-r--r-- | tests/test-wttrin--mode-line-map.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wttrin--mode-line-map.el b/tests/test-wttrin--mode-line-map.el index ed227cf..7a1052e 100644 --- a/tests/test-wttrin--mode-line-map.el +++ b/tests/test-wttrin--mode-line-map.el @@ -64,7 +64,7 @@ "Test that mode-line display uses wttrin--mode-line-map after refactoring. This test verifies the refactoring eliminated inline keymap construction." ;; Set up minimal mode-line state - (let ((wttrin-mode-line-favorite-location "Test, CA") + (let ((wttrin-favorite-location "Test, CA") (wttrin--mode-line-tooltip-data "Test weather")) ;; Update the mode-line display (wttrin--mode-line-update-display "☀️") |
