emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 22 Apr 2002 18:56:20 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.724 emacs/src/xterm.c:1.725
*** emacs/src/xterm.c:1.724     Fri Apr 19 14:59:02 2002
--- emacs/src/xterm.c   Mon Apr 22 18:56:19 2002
***************
*** 15085,15091 ****
    /* Disable Window Change signals;  they are handled by X events.  */
  #ifdef SIGWINCH
    signal (SIGWINCH, SIG_DFL);
! #endif /* ! defined (SIGWINCH) */
  
    signal (SIGPIPE, x_connection_signal);
  
--- 15085,15091 ----
    /* Disable Window Change signals;  they are handled by X events.  */
  #ifdef SIGWINCH
    signal (SIGWINCH, SIG_DFL);
! #endif /* SIGWINCH */
  
    signal (SIGPIPE, x_connection_signal);
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]