mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-12 18:01:46 -07:00
* 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. |
||
|---|---|---|
| .. | ||
| alloc-tests.el | ||
| buffer-tests.el | ||
| callproc-tests.el | ||
| chartab-tests.el | ||
| cmds-tests.el | ||
| data-tests.el | ||
| decompress-tests.el | ||
| editfns-tests.el | ||
| fns-tests.el | ||
| inotify-tests.el | ||
| keymap-tests.el | ||
| lread-tests.el | ||
| print-tests.el | ||
| xml-tests.el | ||