aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-13 00:36:52 +0000
committerRichard M. Stallman1994-03-13 00:36:52 +0000
commit2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770 (patch)
tree09f6be8bb1f711a8a4b399a5f9b3eed0e5ba07af
parentb2cd1a6eb5a3248816436a4863482c41cf7e5f8f (diff)
downloademacs-2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770.tar.gz
emacs-2490f7d5302d3cd0d82d83cc610b4c0cd4b7c770.zip
Turn on menu-bar-mode.
-rw-r--r--lisp/term/x-win.el2
1 files changed, 2 insertions, 0 deletions
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."
595 (while (setq i (string-match "[.*]" x-resource-name)) 595 (while (setq i (string-match "[.*]" x-resource-name))
596 (aset x-resource-name i ?-)))) 596 (aset x-resource-name i ?-))))
597 597
598(menu-bar-mode t)
599
598(x-open-connection (or x-display-name 600(x-open-connection (or x-display-name
599 (setq x-display-name (getenv "DISPLAY"))) 601 (setq x-display-name (getenv "DISPLAY")))
600 x-command-line-resources) 602 x-command-line-resources)