changeset 12057:562d3062b82e

(vendor-specific-keysyms): Recognize "X Consortium".
author Karl Heuer <kwzh@gnu.org>
date Fri, 02 Jun 1995 01:03:43 +0000
parents 021b6000bd04
children 24c19691068e
files lisp/term/x-win.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Fri Jun 02 00:53:28 1995 +0000
+++ b/lisp/term/x-win.el	Fri Jun 02 01:03:43 1995 +0000
@@ -589,7 +589,8 @@
 	   (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)