Mercurial > emacs
changeset 13376:56f14b5a7295
Don't require initial whitespace in vendor name.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 02 Nov 1995 04:37:30 +0000 |
parents | aeffe5a33e51 |
children | 885d4e7869ba |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Tue Oct 31 20:59:01 1995 +0000 +++ b/lisp/term/x-win.el Thu Nov 02 04:37:30 1995 +0000 @@ -704,7 +704,7 @@ ;; 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))