From: Kenichi Handa Date: Mon, 29 Dec 2003 07:53:29 +0000 (+0000) Subject: (CHARACTERBITS): Define as 22. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13ac3ac9f9eedd955c318ad1672865802323eff5;p=emacs.git (CHARACTERBITS): Define as 22. --- 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