aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-09-15 20:10:12 +0000
committerRichard M. Stallman <[email protected]>1994-09-15 20:10:12 +0000
commit74cadca3f49459d547a227f178d2364d60b33da9 (patch)
treed7321f2dacd3d882a61dbf7fe93fb40575b7ab50
parent1fe0333f4f77f58bf3112484ae39542e1e1ee267 (diff)
Don't call menu-bar-mode.
-rw-r--r--lisp/term/x-win.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 344715afe8..53e678602c 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.")
(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)