summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-11-02 04:37:30 +0000
committerKarl Heuer <kwzh@gnu.org>1995-11-02 04:37:30 +0000
commitf81dbe564cecdfef5cdec9c1e3257fcab6b36c82 (patch)
tree2b789bf2ff089e4fb7b91192ad475b7ed108bdc1 /lisp/term
parentafcd991087d7373c5a9e549c220586437b24aaa4 (diff)
downloademacs-f81dbe564cecdfef5cdec9c1e3257fcab6b36c82.tar.gz
Don't require initial whitespace in vendor name.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 32502e2d979..9aa3b7d5791 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -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))