aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-04 12:44:04 -0500
committerCraig Jennings <c@cjennings.net>2026-04-04 12:44:04 -0500
commitab5ee4abbeefa19e10bf04a28cabd38cbf2e74de (patch)
tree21891100da507b27eedc54b27fea1ce534759356
parent130bbc076b17f8a5a275bea00e5aa2a354baad49 (diff)
downloademacs-wttrin-ab5ee4abbeefa19e10bf04a28cabd38cbf2e74de.tar.gz
emacs-wttrin-ab5ee4abbeefa19e10bf04a28cabd38cbf2e74de.zip
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.
-rw-r--r--wttrin.el1
1 files changed, 0 insertions, 1 deletions
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