mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
This commit is contained in:
parent
a7769c3060
commit
5419963b85
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue