diff lisp/x-init.el @ 4062:aa22980554d9

[xemacs-hg @ 2007-07-16 12:26:00 by aidan] Do the XFree86 startup heuristics for xorg, Cygwin too.
author aidan
date Mon, 16 Jul 2007 12:26:03 +0000
parents c3175ca37443
children e214ff9f9507
line wrap: on
line diff
--- a/lisp/x-init.el	Sun Jul 15 21:51:42 2007 +0000
+++ b/lisp/x-init.el	Mon Jul 16 12:26:03 2007 +0000
@@ -232,7 +232,7 @@
 	       (string-equal "X Consortium" vendor))
            ;; Ok, we think this could be a Sun keyboard.  Run the Sun code.
 	   (x-win-init-sun))
-          ((string-match "XFree86" vendor)
+          ((string-match #r"XFree86\|Cygwin/X\|The X\.Org Foundation" vendor)
            ;; Those XFree86 people do some weird keysym stuff, too.
 	   (x-win-init-xfree86)))))