projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b309c
)
Ensure help echoes only occur once on NS
author
Alan Third
<alan@idiocy.org>
Sun, 31 Oct 2021 10:25:15 +0000
(10:25 +0000)
committer
Alan Third
<alan@idiocy.org>
Sun, 31 Oct 2021 10:28:19 +0000
(10:28 +0000)
* src/nsterm.m ([EmacsView windowDidResignKey:]): Reset
any_help_event_p as it is never reset otherwise.
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index aa29c13eb22bb8f63a6f3f98a42990773a3225b9..f4dbe959655ccacba9c28ef67022ed9c86d1469f 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-7073,6
+7073,7
@@
not_in_argv (NSString *arg)
XSETFRAME (frame, emacsframe);
help_echo_string = Qnil;
gen_help_event (Qnil, frame, Qnil, Qnil, 0);
+ any_help_event_p = NO;
}
if (emacs_event && is_focus_frame)