diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-20 18:14:19 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-20 18:14:19 +0000 |
commit | b951420f700906645c67a5aaff3e4da039f632c5 (patch) | |
tree | ad3ed479aeaafa9176c7dde260d2e7b514ca089c /src/macterm.c | |
parent | 202c09a889e637eb4162db551252c80bbf46b02b (diff) | |
download | emacs-b951420f700906645c67a5aaff3e4da039f632c5.tar.gz emacs-b951420f700906645c67a5aaff3e4da039f632c5.tar.bz2 emacs-b951420f700906645c67a5aaff3e4da039f632c5.zip |
(mac_term_init): Call add_keyboard_wait_descriptor.
Diffstat (limited to 'src/macterm.c')
-rw-r--r-- | src/macterm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macterm.c b/src/macterm.c index bc33cfe472e..1bf0cd0e707 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -12604,6 +12604,10 @@ mac_term_init (display_name, xrm_option, resource_name) 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 |