From 74cadca3f49459d547a227f178d2364d60b33da9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Sep 1994 20:10:12 +0000 Subject: [PATCH] Don't call menu-bar-mode. --- lisp/term/x-win.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 344715afe89..53e678602c5 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)