From: Paul Eggert Date: Mon, 10 Sep 2018 15:49:04 +0000 (-0700) Subject: * src/charset.c (Fencode_char): Tweak comment. X-Git-Tag: emacs-27.0.90~4443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe859a07870d5204adfd5c9a7f83bf69658d37c8;p=emacs.git * src/charset.c (Fencode_char): Tweak comment. --- diff --git a/src/charset.c b/src/charset.c index 6e2bf17cdf6..c1a237835c7 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1892,7 +1892,7 @@ Return nil if CHARSET doesn't support CH. */) can fit in 22bit. Yet we encode GB-10830's chars in a sparse way (we just take the 4byte sequences as a 32bit int), so some GB-10830 chars (such as 0x81308130 in etc/charsets/gb108304.map) end - up represented as bignums here. */ + up represented as bignums if EMACS_INT is 32 bits. */ return INT_TO_INTEGER (code); }