aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-12-29 07:53:29 +0000
committerKenichi Handa2003-12-29 07:53:29 +0000
commit13ac3ac9f9eedd955c318ad1672865802323eff5 (patch)
tree487f4c01daacb17d447d12e9e6688bdbc9daa947 /src
parent4ab09de26b4f58ec8e9a1e10549cf613fb0f9cba (diff)
downloademacs-13ac3ac9f9eedd955c318ad1672865802323eff5.tar.gz
emacs-13ac3ac9f9eedd955c318ad1672865802323eff5.zip
(CHARACTERBITS): Define as 22.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
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;
1270 1270
1271/* Actually, the current Emacs uses 22 bits for the character value 1271/* Actually, the current Emacs uses 22 bits for the character value
1272 itself. */ 1272 itself. */
1273#define CHARACTERBITS 2 1273#define CHARACTERBITS 22
1274 1274
1275/* The maximum byte size consumed by push_key_description. 1275/* The maximum byte size consumed by push_key_description.
1276 All callers should assure that at least this size of memory is 1276 All callers should assure that at least this size of memory is