]> git.eshelyaron.com Git - emacs.git/commit
Improve undo behavior on Android
authorPo Lu <luangruo@yahoo.com>
Tue, 6 Jun 2023 02:06:10 +0000 (10:06 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 6 Jun 2023 02:06:10 +0000 (10:06 +0800)
commit5f09df3d6a359fabb2485c83549a0176a0ba2796
treee852d4fa6ea0bddecbdb3c51e523dd77ca50ee1a
parent49ae645624740936421ec4bb814c4dc65f6a06e7
Improve undo behavior on Android

* lisp/simple.el (undo-auto-amalgamate): Update doc string to
describe new amalgamating commands.
(analyze-text-conversion): Make this an amalgamating command by
default, unless a new line has been inserted.  Also, shorten the
undo boundary timer.
* src/textconv.c (really_commit_text)
(really_set_composing_text): Correctly report ephemeral
deletions.
(syms_of_textconv): Fix doc strings.
lisp/simple.el
src/textconv.c