diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-10 08:49:04 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-10 08:49:27 -0700 |
| commit | fe859a07870d5204adfd5c9a7f83bf69658d37c8 (patch) | |
| tree | 4f9eb64c5b856a06af1a6a96a0f32170f9c32480 | |
| parent | 61f3a4b4fcc43241caaac63195205774ab1a5732 (diff) | |
| download | emacs-fe859a07870d5204adfd5c9a7f83bf69658d37c8.tar.gz | |
* src/charset.c (Fencode_char): Tweak comment.
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
