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

Fix obsoleted function warnings for newer Emacs #420

Merged
merged 1 commit into from
Feb 10, 2024

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Jul 21, 2023

There is the following byte-compile warning on Emacs 29 or higher versions. This patch fixes it.

In go-guru--goto-byte-column:
go-guru.el:321:52: Warning: ‘point-at-bol’ is an obsolete function (as of
    29.1); use ‘line-beginning-position’ or ‘pos-bol’ instead.

@Hi-Angel
Copy link

Hi-Angel commented Feb 9, 2024

@dominikh ping? I was just looking at fixing the warnings as well, with modern Emacs go-mode.el produces so many of them

@dominikh dominikh merged commit 6f4ff9e into dominikh:master Feb 10, 2024
1 check passed
@dominikh
Copy link
Owner

Deprecating an alias. Great.

@syohex syohex deleted the obsoleted-function branch February 10, 2024 01:39
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

3 participants