m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2014-05-05 11:56:47 -0700
committerSvend Sorensen <svend@ciffer.net>2014-05-05 11:56:47 -0700
commit913e40b06e1d59f84147fb0b72cfe0dd59e25987 (patch)
tree735cb17f86bbcc9afe9c5b313150e0b6a6c98a51 /contrib/emacs
parent0e4a5436ad9751855e0bb8763cbcc5d4e525e2c6 (diff)
Add (provide 'password-store) to end of package
Diffstat (limited to 'contrib/emacs')
-rw-r--r--contrib/emacs/password-store.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 9348bf8..770774e 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -227,4 +227,6 @@ avoid sending a password to the browser."
(interactive)
(message (password-store--run-version)))
+(provide 'password-store)
+
;;; password-store.el ends here