]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct kboard): New member Vsystem_key_alist.
authorKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 22:12:44 +0000 (22:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 22:12:44 +0000 (22:12 +0000)
src/keyboard.h

index 93d4d7bd0f367c6849e7a695b677baef5f59703b..eb4f3733f2ed2489d12604064ed524939b79a072 100644 (file)
@@ -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;