m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2014-05-07 15:52:03 -0700
committerSvend Sorensen <svend@ciffer.net>2014-05-07 15:55:10 -0700
commit4de018e3a0a2cb8463ad36ca110627571122dc53 (patch)
treeaad6d22f3bb23a3f72c715fae596b640bb484765 /contrib/emacs
parentf14d968e9c507a86b598681554d2fd318c30c680 (diff)
Add dash to Package-Requires
Diffstat (limited to 'contrib/emacs')
-rw-r--r--contrib/emacs/password-store.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 770774e..d0c5dcd 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -4,7 +4,7 @@
;; Author: Svend Sorensen <svend@ciffer.net>
;; Version: 0.1
-;; Package-Requires: ((f "0.11.0") (s "1.9.0"))
+;; Package-Requires: ((dash "1.5.0") (f "0.11.0") (s "1.9.0"))
;; Keywords: pass
;; This file is not part of GNU Emacs.