summaryrefslogtreecommitdiff
path: root/src/cmds.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-10 18:51:12 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-10 18:51:12 +0000
commit6edacecd5cc368713fcb34c7f7b3d9f82c995eb2 (patch)
tree2cf24f0ab5bb391107f26051c4f5d439c71ceb92 /src/cmds.c
parent00dd6ebb61387a31fdfb35e81e8d8c465c12fa0e (diff)
downloademacs-6edacecd5cc368713fcb34c7f7b3d9f82c995eb2.tar.gz
(Fnewline): Always use insert_and_inherit.
Diffstat (limited to 'src/cmds.c')
-rw-r--r--src/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c
index 88f61234333..487751c618f 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -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 */