]> git.eshelyaron.com Git - emacs.git/commit
Fix small bugs
authorPo Lu <luangruo@yahoo.com>
Wed, 15 Feb 2023 05:38:53 +0000 (13:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 15 Feb 2023 05:38:53 +0000 (13:38 +0800)
commitb875a2eaf31d3e9db0ae70bc6a1ed4c9bcd573ff
tree827beb2555ba0e1d738f479940f1856a55a01db8
parenta62fa69ec9ee847bd0031f3e39a36d00305d3fba
Fix small bugs

* src/androidterm.c (android_handle_ime_event): Pacify compiler
warnings.
* src/textconv.c (really_set_composing_text)
(handle_pending_conversion_events, get_extracted_text): Fix
reentrancy problems and uses of uninitialized values.
src/androidterm.c
src/textconv.c