]> git.eshelyaron.com Git - emacs.git/commit
Add more error-checking to Fmap_charset_chars
authoraltermo <107814000+altermo@users.noreply.github.com>
Wed, 27 Nov 2024 09:37:28 +0000 (10:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:01:31 +0000 (18:01 +0100)
commit603e22790a2eb5c6a4376496696008f96bdb9be4
tree1a14f2db8758d1de73e45467ad50a4644c5d7d19
parentc9573c8a74dccc4f379c325ca2cf8d74e04ccc8c
Add more error-checking to Fmap_charset_chars

* src/charset.c (Fmap_charset_chars): Signal an error if FROM_CODE
or TO_CODE is non-nil and not a fixnum.  (Bug#74555)

Copyright-paperwork-exempt: yes
(cherry picked from commit 2125e188ad806134dfc81408822208d75d7f3b5a)
src/charset.c