]> git.eshelyaron.com Git - emacs.git/commit
(handle_USR1_signal, handle_USR2_signal): Replace by...
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:27:09 +0000 (12:27 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:27:09 +0000 (12:27 +0000)
commit8247c60d3b72d15a668b43ab4dfbf714ab0c4751
treeb6da277d04ea00ac42db9b199e92ba4c816cef09
parent8ddd297d1daf7a1589b59d8300fc1c36a9641ae5
(handle_USR1_signal, handle_USR2_signal): Replace by...
(handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
first with code == 0 [signal] and one with code == sig number.
(main): Use it as handler for SIGUR1 and SIGUSR2.
src/emacs.c