From: Eli Zaretskii Date: Tue, 28 Sep 2021 08:15:43 +0000 (+0300) Subject: ; * src/lisp.h (enum char_bits): Update the comment. X-Git-Tag: emacs-28.0.90~557 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c21d2c7f56c82a72850408db6681dfbc3e45e95;p=emacs.git ; * src/lisp.h (enum char_bits): Update the comment. --- diff --git a/src/lisp.h b/src/lisp.h index 09e0b8e9bda..480c389a3bc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2827,9 +2827,8 @@ enum Lisp_Compiled }; /* Flag bits in a character. These also get used in termhooks.h. - Richard Stallman thinks that MULE - (MUlti-Lingual Emacs) might need 22 bits for the character value - itself, so we probably shouldn't use any bits lower than 0x0400000. */ + Emacs needs 22 bits for the character value itself, see MAX_CHAR, + so we shouldn't use any bits lower than 0x0400000. */ enum char_bits { CHAR_ALT = 0x0400000,