aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/x-win.el2
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."
595 (while (setq i (string-match "[.*]" x-resource-name)) 595 (while (setq i (string-match "[.*]" x-resource-name))
596 (aset x-resource-name i ?-)))) 596 (aset x-resource-name i ?-))))
597 597
598(menu-bar-mode t)
599
598(x-open-connection (or x-display-name 600(x-open-connection (or x-display-name
599 (setq x-display-name (getenv "DISPLAY"))) 601 (setq x-display-name (getenv "DISPLAY")))
600 x-command-line-resources) 602 x-command-line-resources)