m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2014-05-07 14:51:23 -0700
committerSvend Sorensen <svend@ciffer.net>2014-05-07 15:55:10 -0700
commit648e53b8249bd9d81814bc1a8bd1d0fe6f72d31f (patch)
treeaa94b5332d1e904539185b63ce6cdcdd9d2eb9b1 /contrib/emacs
parentd8ff6bcc1c8bd4efa440c6d91cc10e94b6f8027c (diff)
Make edit helper function name consistent with other helpers
Diffstat (limited to 'contrib/emacs')
-rw-r--r--contrib/emacs/password-store.el2
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)