diff options
| -rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 344715afe89..53e678602c5 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -620,8 +620,6 @@ This is in addition to the primary selection.") | |||
| 620 | (while (setq i (string-match "[.*]" x-resource-name)) | 620 | (while (setq i (string-match "[.*]" x-resource-name)) |
| 621 | (aset x-resource-name i ?-)))) | 621 | (aset x-resource-name i ?-)))) |
| 622 | 622 | ||
| 623 | (menu-bar-mode t) | ||
| 624 | |||
| 625 | (x-open-connection (or x-display-name | 623 | (x-open-connection (or x-display-name |
| 626 | (setq x-display-name (getenv "DISPLAY"))) | 624 | (setq x-display-name (getenv "DISPLAY"))) |
| 627 | x-command-line-resources) | 625 | x-command-line-resources) |