diff options
| author | Dmitry Gutov | 2024-06-14 19:50:59 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2024-06-14 19:50:59 +0300 |
| commit | a8d5c5fd8789f28ddd040e497f03a988e5f0703c (patch) | |
| tree | 22a48883834d5d93f8aa52ee65bf67010e83c6e0 /java | |
| parent | 08e38818f6ff4e514ac291bc5a7686f4390759b0 (diff) | |
| download | emacs-a8d5c5fd8789f28ddd040e497f03a988e5f0703c.tar.gz emacs-a8d5c5fd8789f28ddd040e497f03a988e5f0703c.zip | |
"Insert before markers" in read_and_insert_process_output properly
* src/coding.c (setup_coding_system): Initialize it.
(produce_chars, encode_coding, decode_coding_gap):
Obey it in insert_from_gap calls.
(encode_string_utf_8, decode_string_utf_8): Update the other calls
to insert_from_gap to have one new argument (false).
* src/coding.h: New field insert_before_markers.
* src/decompress.c (Fzlib_decompress_region): Here too.
* src/insdel.c (insert_from_gap):
Accept new argument BEFORE_MARKERS (bug#71525) and pass it through
to adjust_markers_for_insert.
* src/lisp.h: Update prototype.
* src/process.c (read_and_insert_process_output):
Set process_coding->insert_before_markers instead of calling
adjust_markers_for_insert.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions