]> git.eshelyaron.com Git - emacs.git/commit
Fix "C-x RET r" when the new encoding is UTF
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Jun 2023 08:49:14 +0000 (11:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Jun 2023 08:49:14 +0000 (11:49 +0300)
commitfa06249a9fbb0b0b67eb0d88cdb70b61723e67ed
treecd3936fa2cbe80529d6b7a0692e3dc4b5b8e7112
parent679e9d7c56e2296e3a218290d941e28002bf7722
Fix "C-x RET r" when the new encoding is UTF

* src/fileio.c (Finsert_file_contents): Update point of
'conversion_buffer' before decoding the last block.  (Bug#64253)
src/fileio.c