]> git.eshelyaron.com Git - emacs.git/commit
Don't leave point amid text conversion edits if auto-fill transpires
authorPo Lu <luangruo@yahoo.com>
Wed, 8 Nov 2023 03:03:57 +0000 (11:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 8 Nov 2023 03:03:57 +0000 (11:03 +0800)
commit089b7d4e6281f47fae51668ce6947aad24e34b76
tree62dead789c2b89a32ef55c7f41cb39d14df686ef
parent3ab99e977db01939cc42f285d5ce58807cf2e7d0
Don't leave point amid text conversion edits if auto-fill transpires

* lisp/simple.el (analyze-text-conversion): Save point in
old-point after auto-fill completes, so that point-moved is not
set if point remains intact subsequent to the execution of both
hooks.
lisp/simple.el