On Sat, Mar 14, 2020 at 7:09 PM Paul Eggert wrote: > On 3/14/20 11:34 AM, Pip Cet wrote: > > > + if (0 <= offset && offset < sizeof *b && > > + (all_buffers || !NILP (b->name_))) > > The "&&" should go at the start of the second line, not the end of the first. Oops, sorry. Fixed patch attached. > This patch is for emacs-27, right? I'd intended it for emacs-27, yes. In master we should get rid of the live_buffer_p function entirely, I think. > Thanks again. Thank you!