emacsorphanage / helm-swoop

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

Replace obsolete aliases with fully qualified functions #209

Closed arifer612 closed 6 months ago

arifer612 commented 6 months ago

Replaced point-at-bol and point-at-eol with line-beginning-position and line-end-position, respectively. Some style choices were made to break the lines that got too long because of this change.

Closes emacsorphanage/helm-swoop#208

conao3 commented 6 months ago

LGTM, thanks!