Skip to content

Fix t/otherwise fallback when init-loader-show-log-after-init is nil #28

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

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

okomestudio
Copy link
Contributor

This PR fixes the cl-case usage error when init-loader-show-log-after-init is handled in init-loader-load.

Without the quote, t as the last case in cl-case acts as the fallback when none of earlier cases matches. This bug prevented nil for init-loader-show-log-after-init to behave similarly to when it is set to t, which is unintended. Basically, we were never able to suppress init-loader-show-log properly.

Please see the unit tests for the demonstration of correct behaviors.

@syohex syohex merged commit 1837769 into emacs-jp:master Mar 13, 2025
4 checks passed
@syohex
Copy link
Member

syohex commented Mar 13, 2025

Thanks

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