mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 13:00:51 -07:00
(Fnewline): Always use insert_and_inherit.
This commit is contained in:
parent
71207de2b6
commit
dfb756b7d3
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long.")
|
|||
while (XINT (arg) > 0)
|
||||
{
|
||||
if (flag)
|
||||
insert (&c1, 1);
|
||||
insert_and_inherit (&c1, 1);
|
||||
else
|
||||
internal_self_insert ('\n', !NILP (arg1));
|
||||
/* Ok since old and new vals both nonneg */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue