changeset 9884:cede2b87231a

(Fnewline): Always use insert_and_inherit.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Nov 1994 18:51:12 +0000
parents 7c4393810151
children 841621b2305f
files src/cmds.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */