Mercurial > emacs
changeset 86252:2da228125cce
(mac_term_init): Call add_keyboard_wait_descriptor.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 20 Nov 2007 18:14:19 +0000 |
parents | ec2f30e07030 |
children | e798647b4c5a |
files | src/ChangeLog src/macterm.c |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 20 17:58:52 2007 +0000 +++ b/src/ChangeLog Tue Nov 20 18:14:19 2007 +0000 @@ -1,5 +1,7 @@ 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu> + * macterm.c (mac_term_init): Call add_keyboard_wait_descriptor. + * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame)
--- a/src/macterm.c Tue Nov 20 17:58:52 2007 +0000 +++ b/src/macterm.c Tue Nov 20 18:14:19 2007 +0000 @@ -12604,6 +12604,10 @@ x_display_name_list); dpyinfo->name_list_element = XCAR (x_display_name_list); + /* FIXME: Untested. + Add the default keyboard. */ + add_keyboard_wait_descriptor (0); + #if USE_CG_DRAWING mac_init_fringe (terminal->rif); #endif