Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace obsoleted functions #1791

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Replace obsoleted functions #1791

merged 1 commit into from
Nov 6, 2022

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Nov 4, 2022

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

In haskell-blank-line-p:
haskell-collapse.el:46:9: Warning: ‘point-at-eol’ is an obsolete function (as
    of 29.1); use ‘line-end-position’ or ‘pos-eol’ instead.

In haskell-hide-toggle-all:
haskell-collapse.el:95:19: Warning: ‘point-at-bol’ is an obsolete function (as
    of 29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.

point-at-bol and point-at-eol will be obsoleted since Emacs 29.1
@purcell purcell merged commit 57d249c into haskell:master Nov 6, 2022
@purcell
Copy link
Member

purcell commented Nov 6, 2022

Thanks!

@syohex syohex deleted the obsoleted branch November 6, 2022 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants