]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_char): Check QUIT.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Jun 1997 18:21:52 +0000 (18:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Jun 1997 18:21:52 +0000 (18:21 +0000)
src/editfns.c

index 0506e37ef50906340cb093b35ba22f52b1ef3e5b..ad331e9623b6dfc6a00af11d71b65b0cb6428bf2 100644 (file)
@@ -1381,6 +1381,7 @@ from adjoining text, if those properties are sticky.")
     string[i] = str[i % len];
   while (n >= strlen)
     {
+      QUIT;
       if (!NILP (inherit))
        insert_and_inherit (string, strlen);
       else