emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Use let instead of using unwind-protect #159

Closed conao3 closed 5 years ago

conao3 commented 5 years ago

Elisp let is very powerfull. So this usecase, we just let form.

cireu commented 5 years ago

Tested, Thanks.