emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7c21d2c: ; * src/lisp.h (enum char_bits): Update the comment.


From: Eli Zaretskii
Subject: master 7c21d2c: ; * src/lisp.h (enum char_bits): Update the comment.
Date: Tue, 28 Sep 2021 04:16:08 -0400 (EDT)

branch: master
commit 7c21d2c7f56c82a72850408db6681dfbc3e45e95
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/lisp.h (enum char_bits): Update the comment.
---
 src/lisp.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/lisp.h b/src/lisp.h
index 09e0b8e..480c389 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 <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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]