diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-20 23:25:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-20 23:25:40 -0500 |
| commit | 7ddc481df68ab06e5a6e0753b7f299bab2d21da4 (patch) | |
| tree | 94b4a06c49e22acacb122634b09e486b26d2d5e5 /modules/auth-config.el | |
| parent | df53f9a83c2fa7b4837d446d5a4172c013ebdfb0 (diff) | |
| download | dotemacs-7ddc481df68ab06e5a6e0753b7f299bab2d21da4.tar.gz dotemacs-7ddc481df68ab06e5a6e0753b7f299bab2d21da4.zip | |
fix(auth): declare plstore-open for the byte-compiler
Diffstat (limited to 'modules/auth-config.el')
| -rw-r--r-- | modules/auth-config.el | 1 |
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) |
