* keymap.c (access_keymap): Don't forget to QUIT while scanning
the keymap.
This commit is contained in:
@@ -247,6 +247,8 @@ access_keymap (map, idx)
|
||||
return XVECTOR (binding)->contents[XINT (idx)];
|
||||
break;
|
||||
}
|
||||
|
||||
QUIT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user