diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-24 22:12:44 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-24 22:12:44 +0000 |
commit | be2f0083ade2278e0202bc010f45a5d3860216cc (patch) | |
tree | 113673fa09e76884bd5a25b83a53a76537e114e0 /src/keyboard.h | |
parent | abd7c2029409a8e0920346fdcf500565d7087b5f (diff) | |
download | emacs-be2f0083ade2278e0202bc010f45a5d3860216cc.tar.gz |
(struct kboard): New member Vsystem_key_alist.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 93d4d7bd0f3..eb4f3733f2e 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -105,6 +105,9 @@ struct kboard /* Last anonymous kbd macro defined. */ Lisp_Object Vlast_kbd_macro; + /* Alist of system-specific X windows key symbols. */ + Lisp_Object Vsystem_key_alist; + /* Number of displays using this KBOARD. Normally 1, but can be larger when you have multiple screens on a single X display. */ int reference_count; |