> Great, thanks. Updated patch below. > Meanwhile, here's two more things I thought of: > - I think there's some text in doc/lispref/tips.texi that will need > updating too. I didn't think it necessary, but after taking another look at it, I tweaked a few more things, indeed. > - Should we provide any advice somewhere for Emacs Lisp authors that > want to support Emacs 30 or older? For example, they will want to > keep the lexical-binding:t cookie. Currently, the doc recommends to add the cookie "everywhere", and my patch doesn't really change that, so I think we're OK in this respect (the new change in `tips.texi` does mention that the cookie is needed only for compatibility with Emacs<31). Stefan