diff lib-src/gnuclient.c @ 292:6cb5e14cd98e r21-0b44

Import from CVS: tag r21-0b44
author cvs
date Mon, 13 Aug 2007 10:37:15 +0200
parents 57709be46d1b
children 4b85ae5eabfb
line wrap: on
line diff
--- a/lib-src/gnuclient.c	Mon Aug 13 10:36:50 2007 +0200
+++ b/lib-src/gnuclient.c	Mon Aug 13 10:37:15 2007 +0200
@@ -123,7 +123,6 @@
      We used to send SIGSEGV, SIGBUS, SIGPIPE, SIGILL and others to
      Emacs, but I think it's better not to.  I can see no reason why
      Emacs should SIGSEGV whenever gnuclient SIGSEGV-s, etc.  */
-  signal (SIGHUP, pass_signal_to_emacs);
   signal (SIGQUIT, pass_signal_to_emacs);
   signal (SIGINT, pass_signal_to_emacs);
 #ifdef SIGWINCH