diff options
| -rw-r--r-- | lisp/term/x-win.el | 2 |
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.") | |||
| 704 | 704 | ||
| 705 | ;; Sun expects the menu bar cut and paste commands to use the clipboard. | 705 | ;; Sun expects the menu bar cut and paste commands to use the clipboard. |
| 706 | ;; This has ,? to match both on Sunos and on Solaris. | 706 | ;; This has ,? to match both on Sunos and on Solaris. |
| 707 | (if (string-match " Sun Microsystems,? Inc\\." | 707 | (if (string-match "Sun Microsystems,? Inc\\." |
| 708 | (x-server-vendor)) | 708 | (x-server-vendor)) |
| 709 | (menu-bar-enable-clipboard)) | 709 | (menu-bar-enable-clipboard)) |
| 710 | 710 | ||