diff options
| author | Kai Großjohann | 2002-02-15 09:36:05 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-02-15 09:36:05 +0000 |
| commit | 98659da6e93b143512b8a915506e0246fd2f880e (patch) | |
| tree | f76bbfa3868cb6aaecb5de42ec6f552be102c441 /src/alloc.c | |
| parent | cad113ae34fd336c0ea44dacf12c267cdb94d9ce (diff) | |
| download | emacs-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.c | 2 |
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 |
| 400 | Lisp_Object *staticvec[NSTATICS] = {0}; | 400 | Lisp_Object *staticvec[NSTATICS] = {0}; |
| 401 | 401 | ||
| 402 | /* Index of next unused slot in staticvec. */ | 402 | /* Index of next unused slot in staticvec. */ |