From 0e4a5436ad9751855e0bb8763cbcc5d4e525e2c6 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Mon, 5 May 2014 11:52:34 -0700 Subject: password-length is already a number --- contrib/emacs/password-store.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index c332c2f..9348bf8 100644 --- a/contrib/emacs/password-store.el +++ b/contrib/emacs/password-store.el @@ -192,7 +192,7 @@ Default PASSWORD-LENGTH is `password-store-password-length'." (unless password-length (setq password-length password-store-password-length)) ;; A message with the output of the command is not printed because ;; the output contains the password. - (password-store--run-generate entry (number-to-string password-length) t) + (password-store--run-generate entry password-length t) nil) ;;;###autoload -- cgit v1.2.3-59-g8ed1b