mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
* keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler. (init_keyboard): Initialize in_sighandler. * keyboard.h: Declare in_sighandler. * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler to check if mutex should be locked or not.
This commit is contained in:
parent
0d3e774694
commit
abef1dd799
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
2006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* keyboard.c: Define in_sighandler.
|
||||
(input_available_signal): Set in_sighandler.
|
||||
(init_keyboard): Initialize in_sighandler.
|
||||
|
||||
* keyboard.h: Declare in_sighandler.
|
||||
|
||||
* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
|
||||
to check if mutex should be locked or not.
|
||||
|
||||
2006-08-09 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* keyboard.c (keyremap_step): No-op if fkey->parent = nil.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue