]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't call menu-bar-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 20:10:12 +0000 (20:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 20:10:12 +0000 (20:10 +0000)
lisp/term/x-win.el

index 344715afe8985d9187153913d85fb4ac56b7d4f9..53e678602c5da438aeaeb98315d9b74ac2ceca09 100644 (file)
@@ -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)