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-smoke.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-smoke.el')
| -rw-r--r-- | tests/test-wttrin-smoke.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wttrin-smoke.el b/tests/test-wttrin-smoke.el index acf7fd5..b3c7eee 100644 --- a/tests/test-wttrin-smoke.el +++ b/tests/test-wttrin-smoke.el @@ -71,7 +71,7 @@ This is a REQUIRED dependency - wttrin cannot function without it." (should (boundp 'wttrin-unit-system)) (should (boundp 'wttrin-cache-ttl)) (should (boundp 'wttrin-cache-max-entries)) - (should (boundp 'wttrin-mode-line-favorite-location)) + (should (boundp 'wttrin-favorite-location)) (should (boundp 'wttrin-mode-line-refresh-interval)) (should (boundp 'wttrin-mode-line-startup-delay))) |
