diff options
Diffstat (limited to 'lisp/auth-source-pass.el')
| -rw-r--r-- | lisp/auth-source-pass.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/auth-source-pass.el b/lisp/auth-source-pass.el index adaa901612a..15dfa2f358f 100644 --- a/lisp/auth-source-pass.el +++ b/lisp/auth-source-pass.el | |||
| @@ -85,6 +85,9 @@ HOST, USER, PORT, REQUIRE, and MAX." | |||
| 85 | ((null host) | 85 | ((null host) |
| 86 | ;; Do not build a result, as none will match when HOST is nil | 86 | ;; Do not build a result, as none will match when HOST is nil |
| 87 | nil) | 87 | nil) |
| 88 | ((not (file-directory-p auth-source-pass-filename)) | ||
| 89 | ;; Do nothing if the password-store folder doesn't exist. | ||
| 90 | nil) | ||
| 88 | (auth-source-pass-extra-query-keywords | 91 | (auth-source-pass-extra-query-keywords |
| 89 | (auth-source-pass--build-result-many host port user require max)) | 92 | (auth-source-pass--build-result-many host port user require max)) |
| 90 | (t | 93 | (t |