summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-19 13:44:07 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-19 13:44:07 +0200
commitca3fa30248b923c17c021c0fcdb945271d14e8c2 (patch)
tree8283b1da72c771a21410f5fe621d3a299fe66b53 /src/s
parent3224b54d5cc5964af5e6509579fd942eae04f1d1 (diff)
parentbca0f839a56a1edd8562ada5962b809323f39efc (diff)
downloademacs-ca3fa30248b923c17c021c0fcdb945271d14e8c2.tar.gz
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/cygwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 4d58542e660..157ef72f550 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -101,5 +101,8 @@ 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
+
/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
(do not change this comment) */