1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 18:01:46 -07:00
emacs/test/src
Eli Zaretskii 00b6647651 Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil
* src/insdel.c (adjust_markers_bytepos): New function.
* src/lisp.h (adjust_markers_bytepos): Add prototype.
* src/insdel.c (replace_range, replace_range_2):
* src/editfns.c (Ftranspose_regions): Call
adjust_markers_bytepos.  (Bug#5131)

* test/src/editfns-tests.el (transpose-test-reverse-word)
(transpose-test-get-byte-positions): New functions.
(transpose-ascii-regions-test)
(transpose-nonascii-regions-test-1)
(transpose-nonascii-regions-test-2): New tests.
2016-07-19 18:59:41 +03:00
..
alloc-tests.el
buffer-tests.el
callproc-tests.el Keep w32 environment settings internal only 2016-07-18 17:22:06 -04:00
chartab-tests.el
cmds-tests.el
data-tests.el
decompress-tests.el
editfns-tests.el Fix 'transpose-regions' when LEAVE-MARKERS arg is non-nil 2016-07-19 18:59:41 +03:00
fns-tests.el Test mapcan 2016-07-11 21:43:48 +02:00
inotify-tests.el
keymap-tests.el
lread-tests.el
print-tests.el
xml-tests.el