diff options
| author | YAMAMOTO Mitsuharu | 2008-05-15 09:05:53 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2008-05-15 09:05:53 +0000 |
| commit | 6750bd93573b54223c8b002bae89fc03138e4971 (patch) | |
| tree | be4a85f07319fb2d1f072ca707148f406c2055e1 /src/macterm.c | |
| parent | bb16531656a1daf7deec8a14e3a8a5fdb2c87818 (diff) | |
| download | emacs-6750bd93573b54223c8b002bae89fc03138e4971.tar.gz emacs-6750bd93573b54223c8b002bae89fc03138e4971.zip | |
(mac_store_event_ref_as_apple_event)
[TARGET_API_MAC_CARBON]: Fix last change.
Diffstat (limited to 'src/macterm.c')
| -rw-r--r-- | src/macterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macterm.c b/src/macterm.c index 8886cdb565b..3a96410634e 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -8934,6 +8934,7 @@ mac_store_event_ref_as_apple_event (class, id, class_key, id_key, | |||
| 8934 | names, types)); | 8934 | names, types)); |
| 8935 | kbd_buffer_store_event (&buf); | 8935 | kbd_buffer_store_event (&buf); |
| 8936 | mac_wakeup_from_rne (); | 8936 | mac_wakeup_from_rne (); |
| 8937 | err = noErr; | ||
| 8937 | } | 8938 | } |
| 8938 | } | 8939 | } |
| 8939 | 8940 | ||