Skip to content

Commit

Permalink
* helm-files.el (helm-ff-kill-or-find-buffer-fname): Same let-bind `h…
Browse files Browse the repository at this point in the history
…elm--reading-passwd-or-string'.
  • Loading branch information
Thierry Volpiatto committed Jul 2, 2014
1 parent 4761be0 commit 4b46c8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -1706,7 +1706,8 @@ This is called normally on third hit of \
in `helm-find-files-persistent-action'."
(let* ((buf (get-file-buffer candidate))
(buf-name (buffer-name buf))
(win (get-buffer-window buf)))
(win (get-buffer-window buf))
(helm--reading-passwd-or-string t))
(if (and buf win
(not (eq buf (get-buffer helm-current-buffer)))
(not (buffer-modified-p buf)))
Expand Down

0 comments on commit 4b46c8b

Please sign in to comment.