1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).

This commit is contained in:
Ken Brown 2010-10-18 08:23:41 -04:00
parent a7769c3060
commit 5419963b85
2 changed files with 7 additions and 0 deletions

View 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

View 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