aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-03-13 00:36:52 +0000
committerRichard M. Stallman <[email protected]>1994-03-13 00:36:52 +0000
commit2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770 (patch)
tree09f6be8bb1f711a8a4b399a5f9b3eed0e5ba07af /lisp/term
parentb2cd1a6eb5a3248816436a4863482c41cf7e5f8f (diff)
Turn on menu-bar-mode.
Diffstat (limited to 'lisp/term')
-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 edbf3cbb00..7b7d1b94d4 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)