davazp / graphql-mode

An Emacs mode for GraphQL
GNU General Public License v3.0
162 stars 31 forks source link

Fix point-at-bol byte comp warning #60

Closed LaurenceWarne closed 8 months ago

LaurenceWarne commented 8 months ago

Hi! This PR fixes the byte comp warning I get with 29.1:

graphql-mode.el:288:39: Warning: ‘point-at-bol’ is an obsolete function (as of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.

I believe the fix should be compatible with Emacs 25.

Thanks!

davazp commented 8 months ago

Nice. Thank you!