Skip to content

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