projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b6f91
)
Fix misleading comment after #endif.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 22 Apr 2002 22:56:19 +0000
(22:56 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 22 Apr 2002 22:56:19 +0000
(22:56 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 25cb21bd95e61a78e2c4fcd69ce8d91ee111e6c4..defb764b7eab7135e9e8ef9ddce22f01f8e13f7b 100644
(file)
--- 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);