From: Richard M. Stallman Date: Sun, 13 Mar 1994 00:36:52 +0000 (+0000) Subject: Turn on menu-bar-mode. X-Git-Tag: emacs-19.34~9533 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770;p=emacs.git Turn on menu-bar-mode. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index edbf3cbb005..7b7d1b94d4d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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)