]> git.eshelyaron.com Git - emacs.git/commit
(Ftranspose_regions): Fix bug#76124
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 6 Jul 2025 23:15:51 +0000 (19:15 -0400)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 07:45:46 +0000 (09:45 +0200)
commitf766b8377487558499841f694684482b8694b490
tree21a7d6b1ecb022cdf803efddd1591815c148c5aa
parent8add3dc3ad9c66990f4f489a606e9290ac76e7cd
(Ftranspose_regions): Fix bug#76124

* src/editfns.c (Ftranspose_regions): Be careful that ELisp code could
move the gap from under our feet.

* test/src/editfns-tests.el (editfns-tests--bug76124): New test.

(cherry picked from commit b93d49a3787085407a9dd57d678d0fc552878fcc)
src/editfns.c
test/src/editfns-tests.el