diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-15 20:10:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-15 20:10:12 +0000 |
commit | 74cadca3f49459d547a227f178d2364d60b33da9 (patch) | |
tree | d7321f2dacd3d882a61dbf7fe93fb40575b7ab50 /lisp/term | |
parent | 1fe0333f4f77f58bf3112484ae39542e1e1ee267 (diff) | |
download | emacs-74cadca3f49459d547a227f178d2364d60b33da9.tar.gz |
Don't call menu-bar-mode.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/x-win.el | 2 |
1 files changed, 0 insertions, 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) |