diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-04-22 22:56:19 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-04-22 22:56:19 +0000 |
commit | a59faccab6e1a9c647d20bd08f8699d7813c9466 (patch) | |
tree | 0c9fba43c8f930c08dc8c98d78cc3e0b2bb1dc12 /src/xterm.c | |
parent | e6b6f9197c495bde4b4c39a0ff07a455ff30b3a4 (diff) | |
download | emacs-a59faccab6e1a9c647d20bd08f8699d7813c9466.tar.gz |
Fix misleading comment after #endif.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 25cb21bd95e..defb764b7ea 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -15085,7 +15085,7 @@ x_initialize () /* 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); |