diff options
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index edbf3cbb005..7b7d1b94d4d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -595,6 +595,8 @@ This returns ARGS with the arguments that have been processed removed." (while (setq i (string-match "[.*]" x-resource-name)) (aset x-resource-name i ?-)))) +(menu-bar-mode t) + (x-open-connection (or x-display-name (setq x-display-name (getenv "DISPLAY"))) x-command-line-resources) |