Skip to content

Commit

Permalink
* helm-bookmark.el (helm-bookmark-edit-bookmark-1): Bind helm--readin…
Browse files Browse the repository at this point in the history
…g-passwd-or-string.
  • Loading branch information
thierryvolpiatto committed Oct 5, 2014
1 parent 169dbe5 commit 1c593c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-bookmark.el
Expand Up @@ -630,7 +630,8 @@ BOOKMARK-NAME is the current (old) name of the bookmark to be renamed."
(helm-bookmark-edit-bookmark-1 bookmark-name handler))))

(defun helm-bookmark-edit-bookmark-1 (bookmark-name handler)
(let* ((bookmark-fname (bookmark-get-filename bookmark-name))
(let* ((helm--reading-passwd-or-string t)
(bookmark-fname (bookmark-get-filename bookmark-name))
(bookmark-loc (bookmark-prop-get bookmark-name 'location))
(new-name (read-from-minibuffer "Name: " bookmark-name))
(new-loc (read-from-minibuffer "FileName or Location: "
Expand Down

0 comments on commit 1c593c9

Please sign in to comment.