diff options
| author | Helmut Eller | 2026-04-04 20:59:46 +0200 |
|---|---|---|
| committer | Helmut Eller | 2026-04-04 20:59:46 +0200 |
| commit | 6eec001187e8551f32b6498e6dc60cdc58c2e515 (patch) | |
| tree | 13233de9f0a05ef86a51500e8b1870b75ff20c81 /lisp/auth-source-pass.el | |
| parent | e4ea27119e79012f9d651cb61d1115589d91ef39 (diff) | |
| parent | 01a9d78a7e4c7d7fa5b799e4fdc2caf77a012734 (diff) | |
| download | emacs-feature/igc3.tar.gz emacs-feature/igc3.zip | |
Merge branch 'master' into feature/igc3feature/igc3
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 |