Closed LaurenceWarne closed 8 months ago
Hi! This PR fixes the byte comp warning I get with 29.1:
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!
Nice. Thank you!
Hi! This PR fixes the byte comp warning I get with
29.1
:I believe the fix should be compatible with Emacs 25.
Thanks!