From 7ddc481df68ab06e5a6e0753b7f299bab2d21da4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Jul 2026 23:25:40 -0500 Subject: fix(auth): declare plstore-open for the byte-compiler --- modules/auth-config.el | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth-config.el') 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) -- cgit v1.2.3