Details
Details
- Reviewers
sammccall - Commits
- rGf69110dcc973: Check for a ‘buffer’ type instead of ‘buffer-live’.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Check for a ‘buffer’ type instead of ‘buffer-live’.
In Emacs 29, ‘buffer-live’ is no longer recognized as a type and generates a
compilation warning. Every function that requires a live buffer already checks
whether the buffer is live, so we don’t need to check ourselves.
Comment Actions
Thanks for the review! I think you also need to land it (I don't seem to have the necessary permissions).