]> git.eshelyaron.com Git - emacs.git/commit
Enable calling decode_coding_object with both SRC and DST_OBJECT Qnil
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Mar 2024 10:14:12 +0000 (18:14 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Mar 2024 14:21:10 +0000 (15:21 +0100)
commit79c895c851d835c0618fce5c1b6329a1330ee60d
tree451beb149b8949b8e7075ff58292d623aaf60e9b
parent9a24b648248badd9eb1383441220426b853c58c8
Enable calling decode_coding_object with both SRC and DST_OBJECT Qnil

* src/coding.c (growable_destination): A C destination is also
reallocable.
(produce_chars): Don't consider source and destination identical
if they are EQ but Qnil.

(cherry picked from commit 0e83cbd90ecdf793b2422d9219886d91ea4c385a)
src/coding.c