diff options
author | Svend Sorensen <svend@ciffer.net> | 2014-05-05 11:56:47 -0700 |
---|---|---|
committer | Svend Sorensen <svend@ciffer.net> | 2014-05-05 11:56:47 -0700 |
commit | 913e40b06e1d59f84147fb0b72cfe0dd59e25987 (patch) | |
tree | 735cb17f86bbcc9afe9c5b313150e0b6a6c98a51 /contrib/emacs/password-store.el | |
parent | 0e4a5436ad9751855e0bb8763cbcc5d4e525e2c6 (diff) | |
download | pass-913e40b06e1d59f84147fb0b72cfe0dd59e25987.tar.gz pass-913e40b06e1d59f84147fb0b72cfe0dd59e25987.tar.bz2 pass-913e40b06e1d59f84147fb0b72cfe0dd59e25987.zip |
Add (provide 'password-store) to end of package
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/password-store.el | 2 |
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 |