emacsorphanage / helm-swoop

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

Declare helm-swoop-last-prefix-number as buffer local variable #96

Closed syohex closed 8 years ago

syohex commented 8 years ago

It should be buffer local variable for all buffers(make-variable-buffer-local or defvar-local should be used instead of make-local-variable) And update minimum Emacs version for using defvar-local. helm requires Emacs 24.3 or higher version, so it is no problem.

This is related to #95. CC: @NgaNguyenDuy

ShingoFukuyama commented 8 years ago

Thank you for fixing it :)