changeset 10056:920dae6ba331

(Calling menu-bar-enable-clipboard): Be less selective matching Suns.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Nov 1994 04:46:14 +0000
parents cb713218845a
children 460fecc93446
files lisp/term/x-win.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Tue Nov 22 23:33:01 1994 +0000
+++ b/lisp/term/x-win.el	Wed Nov 23 04:46:14 1994 +0000
@@ -685,7 +685,8 @@
 			    x-cut-buffer-max))
 
 ;; Sun expects the menu bar cut and paste commands to use the clipboard.
-(if (string-match "X11/NeWS - Sun Microsystems Inc\\."
+;; This has ,? to match both on Sunos and on Solaris.
+(if (string-match " Sun Microsystems,? Inc\\."
 		  (x-server-vendor))
     (menu-bar-enable-clipboard))