summaryrefslogtreecommitdiff
path: root/contrib/emacs/password-store.el
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2015-03-23 16:35:36 -0700
committerSvend Sorensen <svend@ciffer.net>2015-03-23 16:35:36 -0700
commit1c62ad5bd28cf5be49b5280973bc26a9a741d706 (patch)
treece992d72f4251853146dd8353f9e80829cfddb17 /contrib/emacs/password-store.el
parente0deb90cc08187eb7e9019846d452c5a4e9c083a (diff)
downloadpass-1c62ad5bd28cf5be49b5280973bc26a9a741d706.tar.gz
pass-1c62ad5bd28cf5be49b5280973bc26a9a741d706.tar.bz2
pass-1c62ad5bd28cf5be49b5280973bc26a9a741d706.zip
emacs: Remove dependency on dash
Use delq instead of -reject from the dash package.
Diffstat (limited to '')
-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))
to TODORené 'Necoro' Neumann2-40/+0 2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8 2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1 2009-08-25Updated portugese translationAlberto Federman Neto1-650/+687 2009-08-15Update spanish translationDaniel Halens1-245/+258 2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann3-13/+15 2009-08-15TypoRené 'Necoro' Neumann1-1/+1 2009-08-15Enhanced the extensions.shRené 'Necoro' Neumann1-3/+8 2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+0