Mercurial > emacs
changeset 16652:eb3f3934a185
(normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Mon, 09 Dec 1996 23:38:03 +0000 |
parents | e7449d679e72 |
children | e45a0fc672a3 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Mon Dec 09 06:38:01 1996 +0000 +++ b/lisp/startup.el Mon Dec 09 23:38:03 1996 +0000 @@ -378,7 +378,7 @@ (and window-setup-hook (run-hooks 'window-setup-hook)) (or menubar-bindings-done - (if (memq window-system '(x ms-windows)) + (if (memq window-system '(x w32)) (precompute-menubar-bindings))))))) ;; Precompute the keyboard equivalents in the menu bar items. @@ -536,7 +536,7 @@ (if (fboundp 'frame-initialize) (frame-initialize)) ;; If frame was created with a menu bar, set menu-bar-mode on. - (if (or (not (memq window-system '(x ms-windows))) + (if (or (not (memq window-system '(x w32))) (> (cdr (assq 'menu-bar-lines (frame-parameters))) 0)) (menu-bar-mode t)) @@ -688,7 +688,7 @@ (setq window-setup-hook nil) ;; Do this now to avoid an annoying delay if the user ;; clicks the menu bar during the sit-for. - (if (memq window-system '(x ms-windows)) + (if (memq window-system '(x w32)) (precompute-menubar-bindings)) (setq menubar-bindings-done t) (unwind-protect