From 2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Mar 1994 00:36:52 +0000 Subject: Turn on menu-bar-mode. --- lisp/term/x-win.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/term') 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) -- cgit v1.2.1