X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3bbdbec9f2dd03d81d700941e5dd40da0ec3e632..da8e11156a5a22f6e4cdab41b4b797aaee10bd6e:/lib-src/emacsclient.c diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 6cf07d35e8..9ab9dc30a6 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -282,6 +282,9 @@ char _sobuf[BUFSIZ]; #endif #endif +/* A signal handler that passes the signal to the Emacs process. + Useful for SIGWINCH. */ + SIGTYPE pass_signal_to_emacs (int signalnum) { @@ -294,6 +297,8 @@ pass_signal_to_emacs (int signalnum) errno = old_errno; } +/* Set up signal handlers before opening a frame on the current tty. */ + void init_signals (void) {