aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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.")
269 while (XINT (arg) > 0) 269 while (XINT (arg) > 0)
270 { 270 {
271 if (flag) 271 if (flag)
272 insert (&c1, 1); 272 insert_and_inherit (&c1, 1);
273 else 273 else
274 internal_self_insert ('\n', !NILP (arg1)); 274 internal_self_insert ('\n', !NILP (arg1));
275 /* Ok since old and new vals both nonneg */ 275 /* Ok since old and new vals both nonneg */