]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lisp.h (enum char_bits): Update the comment.
authorEli Zaretskii <eliz@gnu.org>
Tue, 28 Sep 2021 08:15:43 +0000 (11:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Sep 2021 08:15:43 +0000 (11:15 +0300)
src/lisp.h

index 09e0b8e9bdacad17c2b3812587a92b4e0e7b9aee..480c389a3bce48805e8ae1f6d6ed49372e6341f6 100644 (file)
@@ -2827,9 +2827,8 @@ enum Lisp_Compiled
   };
 
 /* Flag bits in a character.  These also get used in termhooks.h.
-   Richard Stallman <rms@gnu.ai.mit.edu> 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,