aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKai Großjohann2002-02-15 09:36:05 +0000
committerKai Großjohann2002-02-15 09:36:05 +0000
commit98659da6e93b143512b8a915506e0246fd2f880e (patch)
treef76bbfa3868cb6aaecb5de42ec6f552be102c441 /src/alloc.c
parentcad113ae34fd336c0ea44dacf12c267cdb94d9ce (diff)
downloademacs-98659da6e93b143512b8a915506e0246fd2f880e.tar.gz
emacs-98659da6e93b143512b8a915506e0246fd2f880e.zip
(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
(Vx_super_keysym): New variables. (syms_of_xterm): DEFVAR_LISP them. (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the variables to determine which keys to use for the various modifiers.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0ab1820e83a..d83a6bbf2ee 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -396,7 +396,7 @@ struct gcpro *gcprolist;
396 396
397/* Addresses of staticpro'd variables. */ 397/* Addresses of staticpro'd variables. */
398 398
399#define NSTATICS 1024 399#define NSTATICS 1026
400Lisp_Object *staticvec[NSTATICS] = {0}; 400Lisp_Object *staticvec[NSTATICS] = {0};
401 401
402/* Index of next unused slot in staticvec. */ 402/* Index of next unused slot in staticvec. */