From b87e91f984f45615b6459ff3829baa9130b8ef75 Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Thu, 29 Aug 2019 12:54:23 +0200 Subject: emacs: Check that auth-source-pass-filename is bound before use it For auth-source-pass versions < 5.0.0, auth-source-pass-filename is not defined; thus, we must check that this variable exists before use it. * contrib/emacs/password-store.el (password-store-dir): Call bound-and-true-p on auth-source-pass-filename. --- contrib/emacs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib/emacs/CHANGELOG.md') diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md index d4c865f..1d475c8 100644 --- a/contrib/emacs/CHANGELOG.md +++ b/contrib/emacs/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.1.1 + +* (bugfix) Check that auth-source-pass-filename is bound before use it. + # 2.1.0 * (feature) Support extraction of any secret fields stored in the files. -- cgit v1.2.3