password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 648e53b8249bd9d81814bc1a8bd1d0fe6f72d31f
parent d8ff6bcc1c8bd4efa440c6d91cc10e94b6f8027c
Author: Svend Sorensen <svend@ciffer.net>
Date:   Wed,  7 May 2014 14:51:23 -0700

Make edit helper function name consistent with other helpers

Diffstat:
Mcontrib/emacs/password-store.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el @@ -81,7 +81,7 @@ outputs error message on failure." (defun password-store--run-insert (entry password &optional force) (error "Not implemented")) -(defun password-store--edit (entry) +(defun password-store--run-edit (entry) (error "Not implemented")) (defun password-store--run-generate (entry password-length &optional force no-symbols)