emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100119: * src/s/cygwin.h (SIGNALS


From: Ken Brown
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100119: * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
Date: Mon, 18 Oct 2010 08:23:41 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100119
committer: Ken Brown <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-10-18 08:23:41 -0400
message:
  * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
modified:
  src/ChangeLog
  src/s/cygwin.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-10-15 07:49:11 +0000
+++ b/src/ChangeLog     2010-10-18 12:23:41 +0000
@@ -1,3 +1,7 @@
+2010-10-18  Ken Brown  <address@hidden>
+
+       * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
+
 2010-10-15  Kenichi Handa  <address@hidden>
 
        Fix incorrect font metrics when the same font is opened with

=== modified file 'src/s/cygwin.h'
--- a/src/s/cygwin.h    2010-01-13 08:35:10 +0000
+++ b/src/s/cygwin.h    2010-10-18 12:23:41 +0000
@@ -132,6 +132,9 @@
    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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]