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

meson-mode.el: fix "undeclared function evil-local-set-key" warning #29

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

Hi-Angel
Copy link
Contributor

@Hi-Angel Hi-Angel commented Feb 10, 2024

This should be the last warning that was present in meson-mode

Fixes a warning:

In end of data:
meson-mode.el:958:12: Warning: the function ‘evil-local-set-key’ is not known to be defined.

@Hi-Angel
Copy link
Contributor Author

Hi-Angel commented Feb 10, 2024

Sorry I didn't send it with the other PR, I just didn't know how to fix that at the time.

I asked it on Emacs mailing list, whose reply I just read so I made this commit 😊

This fixes a warning:

    In end of data:
    meson-mode.el:958:12: Warning: the function ‘evil-local-set-key’ is not known to be defined.

We pass `nil` as the filename because it's up to Evil project to
organize sources and it would not be really good to hardcode their
layout here.
@wentasah
Copy link
Owner

Thanks again!

@wentasah wentasah merged commit ed7d307 into wentasah:master Feb 11, 2024
8 checks passed
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.

2 participants