diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/password-store.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index 4b85995..59a12f7 100644 --- 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) |