]> git.eshelyaron.com Git - emacs.git/commit
* process.c (sigchld_handler): Change type of pid to pid_t.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:09:34 +0000 (18:09 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:09:34 +0000 (18:09 +0000)
commit46adc7a566a687513450388cb201895b4d351d1d
treeea9cd2d91be360d6a0dc2937095e3fea1146d212
parent34bd6b4dfd42af7c6f1be5390af6c1b781768e70
* process.c (sigchld_handler): Change type of pid to pid_t.
Scan deleted_pid_list explicitly to avoid using Fmember which don't
know about mark bits and make_fixnum_or_float which may malloc.
Reported by Andreas Schwab.

* keyboard.c (read_key_sequence): Store original event into keybuf
when replaying sequence with local keymap(s) from string.
src/ChangeLog