aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 00:38:33 -0700
committerGlenn Morris2012-07-11 00:38:33 -0700
commit4b575b3c9d8050b9fba20fa704d6e2d81414e2e6 (patch)
treef07b4a1155a6ea06da4ff4699c872eacb7d4409b /src/ChangeLog
parente8df92674d0b73d4b32b467b9a1607e58b5f7a7d (diff)
downloademacs-4b575b3c9d8050b9fba20fa704d6e2d81414e2e6.tar.gz
emacs-4b575b3c9d8050b9fba20fa704d6e2d81414e2e6.zip
Removed some unnecessary undef INTERRUPT_INPUTs from src/s
* src/s/bsd-common.h, src/s/cygwin.h: No need to undefine INTERRUPT_INPUT, since nothing has defined it on these platforms.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb28180b7c3..de97c08c6fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -24,6 +24,9 @@
24 24
252012-07-11 Glenn Morris <rgm@gnu.org> 252012-07-11 Glenn Morris <rgm@gnu.org>
26 26
27 * s/bsd-common.h, s/cygwin.h: No need to undefine INTERRUPT_INPUT,
28 since nothing has defined it on these platforms.
29
27 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h: 30 * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h:
28 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure. 31 * s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
29 32