Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
412f3f18
Commit
412f3f18
authored
May 27, 2006
by
YAMAMOTO Mitsuharu
Browse files
(mac_handle_apple_event): Return
errAEEventNotHandled if key binding is not found.
parent
2a7ee2b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ChangeLog
src/ChangeLog
+6
-1
src/macselect.c
src/macselect.c
+2
-0
No files found.
src/ChangeLog
View file @
412f3f18
2006-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macselect.c (mac_handle_apple_event): Return
errAEEventNotHandled if key binding is not found.
2006-05-26 Eli Zaretskii <eliz@gnu.org>
* emacs.c (main) [PROFILING]: Enable also for __MINGW32__.
...
...
@@ -86,7 +91,7 @@
(mac_handle_apple_event_1): New function.
(mac_handle_apple_event): Use it. Don't process previously
suspended events.
(cleanup_suspended_apple_events, get_suspension_id)
n
(cleanup_suspended_apple_events, get_suspension_id)
(cleanup_all_suspended_apple_events): New functions.
(init_apple_event_handler): Call cleanup_all_suspended_apple_events
at exit.
...
...
src/macselect.c
View file @
412f3f18
...
...
@@ -1159,6 +1159,8 @@ mac_handle_apple_event (apple_event, reply, refcon)
err
=
mac_handle_apple_event_1
(
class_key
,
id_key
,
apple_event
,
reply
);
}
else
err
=
errAEEventNotHandled
;
}
if
(
err
==
noErr
)
return
noErr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment