> From: Ihor Radchenko <[email protected]> > Cc: Stefan Monnier <[email protected]>, [email protected], > [email protected], [email protected], [email protected] > Date: Sun, 21 Jun 2026 05:47:16 +0000 > > Eli Zaretskii <[email protected]> writes: > > > AFAIU, unfill-paragraph should produce a single paragraph, so looping > > over several paragraphs and filling each one might not produce the > > same result. > > That's not what it does! > Try: > > <mark> > hello > foo > > bar > baz > <point> > > M-x unfill-paragraph RET > > and observe > > hello foo > > bar baz
OK, so feel free to submit a patch for unfill-paragraph.
