mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(Calling menu-bar-enable-clipboard): Be less selective matching Suns.
This commit is contained in:
parent
044f81f10f
commit
5b3dd5e8b8
@ -685,7 +685,8 @@ This is in addition to the primary selection.")
|
||||
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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user