Skip to content

Commit

Permalink
* helm-buffers.el (helm-buffer-query-replace-1): Bind `helm--reading-…
Browse files Browse the repository at this point in the history
…passwd-or-string'.
  • Loading branch information
thierryvolpiatto committed Aug 1, 2014
1 parent d409fb2 commit 63fc7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-buffers.el
Expand Up @@ -496,7 +496,8 @@ with name matching pattern."
If REGEXP-FLAG is given use `query-replace-regexp'."
(let ((fn (if regexp-flag 'query-replace-regexp 'query-replace))
(prompt (if regexp-flag "Query replace regexp" "Query replace"))
(bufs (helm-marked-candidates)))
(bufs (helm-marked-candidates))
(helm--reading-passwd-or-string t))
(cl-loop with replace = (query-replace-read-from prompt regexp-flag)
with tostring = (unless (consp replace)
(query-replace-read-to
Expand Down

0 comments on commit 63fc7ec

Please sign in to comment.