From bf989bb594680eb2e3b69f55752353aa33cb47bb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 13 Nov 2025 14:14:45 -0600 Subject: refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-location 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. --- tests/test-wttrin-smoke.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-wttrin-smoke.el') 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))) -- cgit v1.2.3