From: Karl Heuer Date: Fri, 2 Jun 1995 01:03:43 +0000 (+0000) Subject: (vendor-specific-keysyms): Recognize "X Consortium". X-Git-Tag: emacs-19.34~3801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04486a2df2cf62fd8c944a131c84a9c808daaaab;p=emacs.git (vendor-specific-keysyms): Recognize "X Consortium". --- 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)