aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-20 23:25:40 -0500
committerCraig Jennings <c@cjennings.net>2026-07-20 23:25:40 -0500
commit7ddc481df68ab06e5a6e0753b7f299bab2d21da4 (patch)
tree94b4a06c49e22acacb122634b09e486b26d2d5e5
parentdf53f9a83c2fa7b4837d446d5a4172c013ebdfb0 (diff)
downloaddotemacs-7ddc481df68ab06e5a6e0753b7f299bab2d21da4.tar.gz
dotemacs-7ddc481df68ab06e5a6e0753b7f299bab2d21da4.zip
fix(auth): declare plstore-open for the byte-compiler
-rw-r--r--modules/auth-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el
index c2df244b..c862e916 100644
--- a/modules/auth-config.el
+++ b/modules/auth-config.el
@@ -26,6 +26,7 @@
;; below. oauth2-auto is required at runtime inside the advised function; these
;; declarations satisfy the byte-compiler without forcing an eager load.
(declare-function oauth2-auto--compute-id "oauth2-auto")
+(declare-function plstore-open "plstore")
(declare-function plstore-get "plstore")
(declare-function plstore-close "plstore")
(defvar oauth2-auto--plstore-cache)