From ab5ee4abbeefa19e10bf04a28cabd38cbf2e74de Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 4 Apr 2026 12:44:04 -0500 Subject: refactor: remove malformed autoload cookie for risky-local-variable The ;;;###autoload(put ...) form on the same line was never processed by the autoload generator. The actual (put ...) call on the next line handles this at load time. Remove the dead cookie. --- wttrin.el | 1 - 1 file changed, 1 deletion(-) (limited to 'wttrin.el') diff --git a/wttrin.el b/wttrin.el index 94e0923..d4726ab 100644 --- a/wttrin.el +++ b/wttrin.el @@ -190,7 +190,6 @@ Set this to t BEFORE loading wttrin, typically in your init file: (defvar wttrin-mode-line-string nil "Mode-line string showing weather for favorite location.") -;;;###autoload(put 'wttrin-mode-line-string 'risky-local-variable t) (put 'wttrin-mode-line-string 'risky-local-variable t) (defvar wttrin--mode-line-timer nil -- cgit v1.2.3