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:
Tom Willemsen 2012-11-18 21:06:12 +01:00
parent c93e291edb
commit 466c63d99f

View file

@ -236,8 +236,7 @@ an eye out for LABEL."
"Create a new password for LABEL."
(interactive "MLabel: \nP")
(let ((length (or length dispass-default-length)))
(dispass-start-process label t length)
(dispass-add-label label length "dispass1")))
(dispass-start-process label t length)))
;;;###autoload
(defun dispass (label &optional length)