-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don’t use pseudo-types in type checks. (#378)
Emacs 29 is stricter than Emacs 28 and issues warnings when using types implicitly defined using predicate functions. Remove type checks where they don’t pull their weight (e.g. there’s no need to explicitly check that buffers are live since every function using them will already do so), and convert others into explicit tests.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters