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.
point-at-bol and point-at-eol will be obsoleted since Emacs 29.1. This PR fixes the following warnings.