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

Add kotl prefix to kview buffer local variable #389

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Add kotl prefix to kview buffer local variable #389

merged 2 commits into from
Oct 5, 2023

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Oct 4, 2023

What

Add kotl prefix to kview buffer local variable.

Why

Removes warnings for kview lacking a prefix. Makes code easier to read since parameters exists with the same name. Warnings for that are also avoided by this change.

* kotl/kview.el (kotl-kview): Add kotl prefix to kview and use
defvar-local.

* General removal of warnings by using defvar and declare-function for
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this to cover for the lack of ChangeLog comments in the previous PR.

@matsl matsl requested a review from rswgnu October 4, 2023 17:57
@rswgnu
Copy link
Owner

rswgnu commented Oct 5, 2023 via email

@matsl matsl merged commit 81af762 into master Oct 5, 2023
5 checks passed
@matsl matsl deleted the kotl-kview branch October 5, 2023 19:38
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