diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-04 12:44:04 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-04 12:44:04 -0500 |
| commit | ab5ee4abbeefa19e10bf04a28cabd38cbf2e74de (patch) | |
| tree | 21891100da507b27eedc54b27fea1ce534759356 | |
| parent | 130bbc076b17f8a5a275bea00e5aa2a354baad49 (diff) | |
| download | emacs-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.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
