diff options
| author | Damien Cassou <damien@cassou.me> | 2018-11-06 14:45:20 +0100 |
|---|---|---|
| committer | Damien Cassou <damien@cassou.me> | 2019-06-24 09:15:40 +0200 |
| commit | 9574565202a1a9a58a38b067b0230933733c0b4b (patch) | |
| tree | 0182cabaca57d1231766097f4a46b227e5d00432 | |
| parent | ba11be09571633be0e371bd5968e6cdc2a513d58 (diff) | |
| download | emacs-9574565202a1a9a58a38b067b0230933733c0b4b.tar.gz | |
* lisp/auth-source-pass.el (auth-source-pass-get): Add autoload
| -rw-r--r-- | lisp/auth-source-pass.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/auth-source-pass.el b/lisp/auth-source-pass.el index d092292e51c..4fcb1015e76 100644 --- a/lisp/auth-source-pass.el +++ b/lisp/auth-source-pass.el @@ -98,6 +98,7 @@ See `auth-source-search' for details on SPEC." (advice-add 'auth-source-backend-parse :before-until #'auth-source-pass-backend-parse)) +;;;###autoload (defun auth-source-pass-get (key entry) "Return the value associated to KEY in the password-store entry ENTRY. |
