Lars Ingebrigtsen [2021-07-19 18:23 +0200] wrote: > Eli Zaretskii writes: > >> More to the point: since this attribute of a buffer cannot be changed >> once the buffer is created, I think it might be okay to copy from the >> base buffer, but we should also allow the caller to control that by >> introducing an optional argument similar to that of get-buffer-create. >> And if we do that, we could also consider making the default value be >> nil, not necessarily a copy of that of the base buffer. > > I've now applied Dick's patch, and then adjusted as you suggest. Fmake_indirect_buffer continues to run buffer-list-update-hook regardless of the new argument. Any objections to changing that?