J3RN / inf-elixir

An Emacs plugin for interacting with an Elixir REPL
GNU General Public License v3.0
45 stars 10 forks source link

Replace obsoleted functions #13

Closed syohex closed 1 year ago

syohex commented 1 year ago

point-at-bol and point-at-eol will be obsoleted since Emacs 29.1. This PR fixes the following warnings.

In inf-elixir-send-line:
inf-elixir.el:309:40: Warning: ‘point-at-bol’ is an obsolete function (as of
    29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.
inf-elixir.el:309:55: Warning: ‘point-at-eol’ is an obsolete function (as of
    29.1); use ‘line-end-position’ or ‘pos-eol’ instead.