Stefan Monnier writes: > I think I'd leave this alone and instead do > > (defun fill-region-as-paragraph (&rest args) > (apply fill-region-as-paragraph-function args)) > > and rename `fill-region-as-paragraph` as `fill-region-as-paragraph-default`. Done. However, I kept the parameters and the doc string in `fill-region-as-paragraph', so almost nothing changed from the user perspective. Thanks for the review! I've attached a new version of the patch. Roi