aboutsummaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-24 09:59:25 -0400
committerCraig Jennings <c@cjennings.net>2026-06-24 09:59:25 -0400
commit5cbcdd2d643e9cdb3447953c63688a8912c330a1 (patch)
treedac13a99be87d514386e08425fc32c5c162b9a8f /modules/selection-framework.el
parent00393730e3ecbf58c7b6c5421233ad99d8c99552 (diff)
downloaddotemacs-5cbcdd2d643e9cdb3447953c63688a8912c330a1.tar.gz
dotemacs-5cbcdd2d643e9cdb3447953c63688a8912c330a1.zip
chore(elisp): clear byte-compile warnings (18 more modules)
Add declare-function/defvar declarations for lazily-loaded package symbols, reflow over-long docstrings, swap pdf-view-*-command interactive-only calls for their non-interactive twins, fix a malformed with-demoted-errors in ledger-config (the clean-buffer body was being read as the format string), and rename the unprefixed global wwwdir to cj/httpd-wwwdir (no external refs). No behavior change. Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ
Diffstat (limited to 'modules/selection-framework.el')
-rw-r--r--modules/selection-framework.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/selection-framework.el b/modules/selection-framework.el
index a567e800..464654a2 100644
--- a/modules/selection-framework.el
+++ b/modules/selection-framework.el
@@ -26,6 +26,12 @@
;;
;;; Code:
+;; External variables and lazily-loaded functions referenced below.
+(defvar xref-show-xrefs-function)
+(defvar xref-show-definitions-function)
+(declare-function consult-dir-projectile-dirs "consult-dir")
+(declare-function prescient-persist-mode "prescient")
+
;; ---------------------------------- Vertico ----------------------------------
;; Vertical completion UI