]> git.eshelyaron.com Git - emacs.git/commitdiff
Turn on menu-bar-mode.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 1994 00:36:52 +0000 (00:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 1994 00:36:52 +0000 (00:36 +0000)
lisp/term/x-win.el

index edbf3cbb0058af0b17616f2179fb48aef7750efb..7b7d1b94d4d38c722fbaf93a41696f237c7e2008 100644 (file)
@@ -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)