diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-24 16:23:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-24 16:23:34 -0500 |
| commit | cb08bf8754b09222081a571dc4134d5568d61012 (patch) | |
| tree | ad068dc2062d2d17773309c932c38afaa63e7fa3 /modules/calendar-sync.el | |
| parent | c24dbe25d25bee514393b54bc3cbd5e7d638fd9b (diff) | |
| download | dotemacs-cb08bf8754b09222081a571dc4134d5568d61012.tar.gz dotemacs-cb08bf8754b09222081a571dc4134d5568d61012.zip | |
refactor: clear six byte-compile warnings across four modules
- org-agenda-frame declared two of its own functions with declare-function.
- Same-file forward refs resolve at end of compile, so those were redundant.
- Worse, the declared empty arglist overrode safe-redo's real (&optional frame).
- That silently disabled arg-count checking on it; removed both declarations.
- music-config and video-audio-recording referenced three vars before their defvars.
- Added forward declarations so each compiles as a dynamic binding.
- dashboard declared el special, which made the section macro's own binding shadow it.
- Removed that declaration; el is the macro's lexical binding and resolves cleanly.
- Declared wttrin, the last undefined-function reference in the launcher table.
Diffstat (limited to 'modules/calendar-sync.el')
0 files changed, 0 insertions, 0 deletions
