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:
parent
a7769c3060
commit
5419963b85
@ -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>
|
2010-10-15 Kenichi Handa <handa@m17n.org>
|
||||||
|
|
||||||
Fix incorrect font metrics when the same font is opened with
|
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. */
|
returns ENOSYS. A workaround is to set G_SLICE=always-malloc. */
|
||||||
#define 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 */
|
/* the end */
|
||||||
|
|
||||||
/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
|
/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b
|
||||||
|
Loading…
Reference in New Issue
Block a user