changeset 6319:63bf78eadcfe

Turn on menu-bar-mode.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Mar 1994 00:36:52 +0000
parents 8ed445c84d3c
children 799e5e721233
files lisp/term/x-win.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Sun Mar 13 00:36:01 1994 +0000
+++ b/lisp/term/x-win.el	Sun Mar 13 00:36:52 1994 +0000
@@ -595,6 +595,8 @@
       (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)