]> code.delx.au - gnu-emacs/commitdiff
Don't require initial whitespace in vendor name.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 04:37:30 +0000 (04:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 04:37:30 +0000 (04:37 +0000)
lisp/term/x-win.el

index 32502e2d97974f6c0373448e7f6def8903c044fe..9aa3b7d5791a66b7989d695a2b27b96e90094f51 100644 (file)
@@ -704,7 +704,7 @@ This is in addition to the primary selection.")
 
 ;; Sun expects the menu bar cut and paste commands to use the clipboard.
 ;; This has ,? to match both on Sunos and on Solaris.
-(if (string-match " Sun Microsystems,? Inc\\."
+(if (string-match "Sun Microsystems,? Inc\\."
                  (x-server-vendor))
     (menu-bar-enable-clipboard))