Trust dispass to create the label
Any recent version of dispass will add the label to the labelfile when the `-c' flag is passed to it.
This commit is contained in:
parent
c93e291edb
commit
466c63d99f
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ an eye out for LABEL."
|
||||||
"Create a new password for LABEL."
|
"Create a new password for LABEL."
|
||||||
(interactive "MLabel: \nP")
|
(interactive "MLabel: \nP")
|
||||||
(let ((length (or length dispass-default-length)))
|
(let ((length (or length dispass-default-length)))
|
||||||
(dispass-start-process label t length)
|
(dispass-start-process label t length)))
|
||||||
(dispass-add-label label length "dispass1")))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun dispass (label &optional length)
|
(defun dispass (label &optional length)
|
||||||
|
|
Loading…
Reference in a new issue