Mercurial > emacs
changeset 44763:f6ac4d8b01cd
Fix misleading comment after #endif.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 22 Apr 2002 22:56:19 +0000 |
parents | 02c0a4c40254 |
children | 2e019a1ff633 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Apr 22 22:54:10 2002 +0000 +++ b/src/xterm.c Mon Apr 22 22:56:19 2002 +0000 @@ -15085,7 +15085,7 @@ /* Disable Window Change signals; they are handled by X events. */ #ifdef SIGWINCH signal (SIGWINCH, SIG_DFL); -#endif /* ! defined (SIGWINCH) */ +#endif /* SIGWINCH */ signal (SIGPIPE, x_connection_signal);