# HG changeset patch # User Richard M. Stallman # Date 784493472 0 # Node ID cede2b87231a4673d3667f9cb1e3d1db499d8e47 # Parent 7c4393810151694af4784c086292b060a07b68cd (Fnewline): Always use insert_and_inherit. diff -r 7c4393810151 -r cede2b87231a src/cmds.c --- a/src/cmds.c Thu Nov 10 16:13:30 1994 +0000 +++ b/src/cmds.c Thu Nov 10 18:51:12 1994 +0000 @@ -269,7 +269,7 @@ 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 */