]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
authorKen Brown <kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000 (08:23 -0400)
committerKen Brown <kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000 (08:23 -0400)
src/ChangeLog
src/s/cygwin.h

index 46913c8a8b0d48dcf39836467e90fc23a95d57d5..d33f9dd4f0b0948e563415f0ccd70e76e0a2c4e2 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-18  Ken Brown  <kbrown@cornell.edu>
+
+       * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
+
 2010-10-15  Kenichi Handa  <handa@m17n.org>
 
        Fix incorrect font metrics when the same font is opened with
index 9ca5c67ce378b758efd14b523538cf17a00a2c5f..dcab55a91e1cf91981c0009d941176dd0f52a8ca 100644 (file)
@@ -132,6 +132,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    returns ENOSYS.  A workaround is to set G_SLICE=always-malloc. */
 #define G_SLICE_ALWAYS_MALLOC
 
+/* Send signals to subprocesses by "typing" special chars at them.  */
+#define SIGNALS_VIA_CHARACTERS
+
 /* the end */
 
 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b