merging Emacs.app (NeXTstep port)
[bpt/emacs.git] / lisp / loadup.el
index eb51d10..bd4d08b 100644 (file)
 (if (featurep 'mac-carbon)
     (progn
       (load "term/mac-win")))
+(if (featurep 'ns-windowing)
+    (progn
+      (load "emacs-lisp/easymenu")  ;; for platform-related menu adjustments
+      (load "emacs-lisp/easy-mmode")
+      (load "term/ns-win")))
 (if (fboundp 'atan)    ; preload some constants and
     (progn             ; floating pt. functions if we have float support.
       (load "emacs-lisp/float-sup")))