aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 00:28:27 -0700
committerGlenn Morris2012-07-11 00:28:27 -0700
commit09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46 (patch)
treefe5a71ed4d8988810942b3847380ff2b14127e24 /ChangeLog
parent554fef512f2b7015d09a4921cc0eb3b966dbfabe (diff)
downloademacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.tar.gz
emacs-09f4e3b0149e10d6d6a3d4915cf5c0a9768ded46.zip
Move SIGNALS_VIA_CHARACTERS from src/s to configure
* configure.ac (SIGNALS_VIA_CHARACTERS): Move here from src/s. * src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/gnu-linux.h: * src/s/irix6-5.h: Move SIGNALS_VIA_CHARACTERS to configure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cb5ed3585f..e84ed262adb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,7 @@
9 * configure.ac (opsysfile): Use bsd-common on gnu systems. 9 * configure.ac (opsysfile): Use bsd-common on gnu systems.
10 10
11 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): 11 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
12 Move here from src/s. 12 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
13 13
142012-07-11 Paul Eggert <eggert@cs.ucla.edu> 142012-07-11 Paul Eggert <eggert@cs.ucla.edu>
15 15