flycheck / flycheck-inline

Display Flycheck errors inline
GNU General Public License v3.0
139 stars 10 forks source link

fix bytecomp warnings #23

Closed wyuenho closed 3 months ago

wyuenho commented 3 months ago

point-at-bol and point-at-bol have been obsoleted in emacs 29.1.

flycheck-inline--phantoms was declared before it was referenced, newer byte compiler treats this as a free variable the first time it was referenced.

This PR fixes both issues.

wyuenho commented 3 months ago

@bbatsov last one :)