aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-18 21:06:12 +0100
committerGravatar Tom Willemsen2012-11-18 21:06:12 +0100
commit466c63d99f34afea14e9fc32f583680621170cc4 (patch)
tree0b9d0bd78900e8727791911a846de993fc58753f
parentc93e291edb190285abd689a84a4ba692f58eeda0 (diff)
downloaddispass.el-466c63d99f34afea14e9fc32f583680621170cc4.tar.gz
dispass.el-466c63d99f34afea14e9fc32f583680621170cc4.zip
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.
-rw-r--r--dispass.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/dispass.el b/dispass.el
index c6910ca..8640f41 100644
--- a/dispass.el
+++ b/dispass.el
@@ -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)