From 04486a2df2cf62fd8c944a131c84a9c808daaaab Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 2 Jun 1995 01:03:43 +0000 Subject: [PATCH] (vendor-specific-keysyms): Recognize "X Consortium". --- lisp/term/x-win.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index d7292183a15..b23c14a6084 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -589,7 +589,8 @@ as returned by (x-server-vendor)." (65395 . deletechar) (65396 . backtab) (65397 . kp-backtab))) - ((string-equal vendor "X11/NeWS - Sun Microsystems Inc.") + ((or (string-equal vendor "X11/NeWS - Sun Microsystems Inc.") + (string-equal vendor "X Consortium")) '((392976 . f35) (392977 . f36) (393056 . req) -- 2.39.2