diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-24 09:51:38 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-24 09:51:38 -0400 |
| commit | e009c4a19a7a1e5efa99ccffa54e1c0e1bcd4081 (patch) | |
| tree | 6192ebe170a2a3c790b8994cf63be1757304e69c /modules/diff-config.el | |
| parent | 0abed58d63c00e275d3218f5cfd71e5439760a45 (diff) | |
| download | dotemacs-e009c4a19a7a1e5efa99ccffa54e1c0e1bcd4081.tar.gz dotemacs-e009c4a19a7a1e5efa99ccffa54e1c0e1bcd4081.zip | |
chore(elisp): clear byte-compile warnings (calibredb, config-utilities, tramp, diff, chrono, auth)
Add declare-function/defvar declarations for lazily-loaded package functions and variables so each module compiles cleanly standalone; config-utilities wraps two lazy EmacSQL oref slot reads in with-no-warnings. No behavior change.
Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ
Diffstat (limited to 'modules/diff-config.el')
| -rw-r--r-- | modules/diff-config.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/diff-config.el b/modules/diff-config.el index 75869a73f..0c09b9516 100644 --- a/modules/diff-config.el +++ b/modules/diff-config.el @@ -28,6 +28,12 @@ ;;; Code: +(declare-function ediff-setup-keymap "ediff") +(declare-function ediff-next-difference "ediff") +(declare-function ediff-previous-difference "ediff") +(declare-function cj/ediff-hook "diff-config") +(declare-function winner-undo "winner") + (use-package ediff :ensure nil ;; built-in :defer t |
