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

Is this package Emacs 29 required? Got a (void-function pos-eol) #20

Closed
tepmnthar opened this issue Dec 8, 2023 · 3 comments
Closed

Comments

@tepmnthar
Copy link

tepmnthar commented Dec 8, 2023

The setopt issue is simple to modify. But what is the pos-eol? I can only find it in emacs 29 changelogs.

@s-kostyaev
Copy link
Owner

Thank you. My linters doesn't catch this.

@tepmnthar
Copy link
Author

Just replace the (pos-eol) with (line-end-position) in every function and it's ok.

@s-kostyaev
Copy link
Owner

Issue not inside my package, but inside library it uses. See connected issue.

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

No branches or pull requests

2 participants