joostkremers / parsebib

Elisp library for reading .bib files
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

`point-at-eol` is obsolete #28

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

I just noticed this with my Emacs 29 install:

⛔ Warning (comp): parsebib.el:634:21: Warning: ‘point-at-eol’ is an obsolete function (as of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

Looking a bit, that second alternative is new, but the other is not.

joostkremers commented 1 year ago

Yeah, now that I think of it, point-at-eol is a weird name. Will need to unlearn. :smile: