Basil Contovounesios [2023-06-13 15:08 +0100] wrote: > I'm less concerned about the trivial bol/bos conversions in the patch > and more about the corrections to incorrect regexps, such as: > - the more benign \(:?...\) -> \(?:...\) > - and the less benign [\d] -> [0-9]. [...] > Here's the updated patch against emacs-29: Mattias also spotted the following in https://github.com/mattiase/relint/pull/14: