# HG changeset patch # User Geoff Voelker # Date 850174683 0 # Node ID eb3f3934a1858c99f1f007bdb8fec1f4c4512d02 # Parent e7449d679e720fe3d67996efdb062a56945870ea (normal-top-level, command-line, command-line-1): User w32 instead of ms-windows for window-system symbol. diff -r e7449d679e72 -r eb3f3934a185 lisp/startup.el --- 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