mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
Don't require initial whitespace in vendor name.
This commit is contained in:
parent
afcd991087
commit
f81dbe564c
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user