From 13ac3ac9f9eedd955c318ad1672865802323eff5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 29 Dec 2003 07:53:29 +0000 Subject: [PATCH] (CHARACTERBITS): Define as 22. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index f1c9dc9c58a..0a3fd96584b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1270,7 +1270,7 @@ typedef unsigned char UCHAR; /* Actually, the current Emacs uses 22 bits for the character value itself. */ -#define CHARACTERBITS 2 +#define CHARACTERBITS 22 /* The maximum byte size consumed by push_key_description. All callers should assure that at least this size of memory is -- 2.39.2