Mercurial > emacs
comparison src/alloc.c @ 43302:2f479ac769e1
(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.
| author | Kai Gro?johann <kgrossjo@eu.uu.net> |
|---|---|
| date | Fri, 15 Feb 2002 09:36:05 +0000 |
| parents | 4082674ce69b |
| children | 32f59a921eb9 |
comparison
equal
deleted
inserted
replaced
| 43301:898b4b31410f | 43302:2f479ac769e1 |
|---|---|
| 394 | 394 |
| 395 struct gcpro *gcprolist; | 395 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. */ |
| 403 | 403 |
| 404 int staticidx = 0; | 404 int staticidx = 0; |
