mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 06:50:39 -08:00
(Finsert_char): Check QUIT.
This commit is contained in:
parent
b4577c63a7
commit
54e42e2dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue