mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 11:21:19 -07:00
* keymap.c (access_keymap): Don't forget to QUIT while scanning
the keymap.
This commit is contained in:
parent
533984a8ec
commit
20218e2f8a
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ access_keymap (map, idx)
|
|||
return XVECTOR (binding)->contents[XINT (idx)];
|
||||
break;
|
||||
}
|
||||
|
||||
QUIT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue