]> git.eshelyaron.com Git - emacs.git/commit
; Fix call to 'decode_string_utf_8' in #ifdef'ed-away code
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2024 12:12:14 +0000 (14:12 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:19:53 +0000 (16:19 +0100)
commitf1d25158f3f6e109cccca65913f2b1e494502d94
tree470eab494b28e6b72cdd741711089223785ec736
parent7b9ec1b28f7c2cda34a5c096b54987db821d97c0
; Fix call to 'decode_string_utf_8' in  #ifdef'ed-away code

* src/coding.c (Finternal_decode_string_utf_8): Fix calling
sequence of 'decode_string_utf_8' to adapt to changes in the
latter's signature.

(cherry picked from commit 5e97079cc7587ce338679ed237efb911723e4367)
src/coding.c