Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 14, 2016
1 parent ee22335 commit fc7ff2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions helm-buffers.el
Original file line number Diff line number Diff line change
Expand Up @@ -903,9 +903,7 @@ displayed with the `file-name-shadow' face if available."
"Drop into `helm-mini' from `helm'."
(interactive)
(with-helm-alive-p
(helm-run-after-exit
(lambda ()
(helm-mini)))))
(helm-run-after-exit 'helm-mini)))

(provide 'helm-buffers)

Expand Down

0 comments on commit fc7ff2d

Please sign in to comment.