]> git.eshelyaron.com Git - emacs.git/commit
Behave correctly when IMEs commit or compose text with active mark
authorPo Lu <luangruo@yahoo.com>
Sat, 3 Jun 2023 03:25:01 +0000 (11:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 3 Jun 2023 03:25:01 +0000 (11:25 +0800)
commitc308accc6d0f45cc64bb664fcc43a33a7ab015b3
tree4326e2545a391b340322b6d4f5a02cf2b7c4a2da
parenta696ed5c30fb9a7ba2d37f0e691de17872fdab16
Behave correctly when IMEs commit or compose text with active mark

* src/textconv.c (really_commit_text)
(really_set_composing_text): Delete text between mark and point
if the mark is active.  Don't record changes if the text is
empty.
src/textconv.c