m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/password-store.el
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/emacs/password-store.el')
-rw-r--r--contrib/emacs/password-store.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 5ec35eb..c152d66 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -31,7 +31,6 @@
;;; Code:
-(require 'dash)
(require 'f)
(require 's)
@@ -59,7 +58,7 @@ outputs error message on failure."
(apply 'call-process
(append
(list password-store-executable nil (list t tempfile) nil)
- (-reject 'null args)))))
+ (delq nil args)))))
(unless (zerop exit-code)
(erase-buffer)
(insert-file-contents tempfile))