diff options
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 |