]> git.eshelyaron.com Git - emacs.git/commit
'C-u C-x .' clears the fill prefix
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 27 Jun 2025 13:14:36 +0000 (14:14 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:06:04 +0000 (22:06 +0200)
commitfe1d5574c282cce56bbfd14a8ed14e98bf0cc44a
treefb9f3ac4e1d64f862208ce512b91e5f9bf566c65
parent3d625f15f9869562ec4efd6ab492b3d5bfc5a37e
'C-u C-x .' clears the fill prefix

* lisp/textmodes/fill.el (set-fill-prefix): When called
interactively with a prefix argument, clear the fill prefix,
just like how 'C-u C-x C-n' clears the goal column.
* doc/emacs/text.texi (Fill Prefix):
* etc/NEWS: Document the change.

(cherry picked from commit 0c0ac8d48a154779bc349da9fae2a2cf0230ff5d)
doc/emacs/text.texi
lisp/textmodes/fill.el