]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fnewline): Always use insert_and_inherit.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 18:51:12 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Nov 1994 18:51:12 +0000 (18:51 +0000)
src/cmds.c

index 88f612343333c24d6611fc05938a494d760af598..487751c618f7bfacf983c33e082d4c615972caaf 100644 (file)
@@ -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 */