diff src/cmds.c @ 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 b7f3059c308a
children f44f048966e8
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 */