* keymap.c (access_keymap): Don't forget to QUIT while scanning

the keymap.
This commit is contained in:
Jim Blandy
1992-09-29 16:01:03 +00:00
parent 533984a8ec
commit 20218e2f8a

View File

@@ -247,6 +247,8 @@ access_keymap (map, idx)
return XVECTOR (binding)->contents[XINT (idx)];
break;
}
QUIT;
}
}