aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 0506e37ef50..ad331e9623b 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1381,6 +1381,7 @@ from adjoining text, if those properties are sticky.")
1381 string[i] = str[i % len]; 1381 string[i] = str[i % len];
1382 while (n >= strlen) 1382 while (n >= strlen)
1383 { 1383 {
1384 QUIT;
1384 if (!NILP (inherit)) 1385 if (!NILP (inherit))
1385 insert_and_inherit (string, strlen); 1386 insert_and_inherit (string, strlen);
1386 else 1387 else