noctuid / link-hint.el

Pentadactyl-like Link Hinting in Emacs with Avy
GNU General Public License v3.0
160 stars 22 forks source link

Remove unnecessary window-end calls #203

Closed noctuid closed 2 years ago

noctuid commented 2 years ago

For functions where bounds are always passed, remove default window-start and window-end bounds and make bounds required arguments. Where window-end is actually needed, always call it with UPDATE non-nil. This makes things clearer so that issues like #181 won't happen again. Fixes #36.

Make bound argument mandatory on all :next functions (it is always passed).

Functions using window-end previously: