diff lisp/loadup.el @ 34467:95887061f1e4

* term/mac-win.el: Remove load for ls-lisp. * loadup.el: Load ls-lisp for system-type macos.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 12 Dec 2000 05:04:07 +0000
parents fedc41b477f0
children c088e2f67eb9
line wrap: on
line diff
--- a/lisp/loadup.el	Tue Dec 12 04:54:02 2000 +0000
+++ b/lisp/loadup.el	Tue Dec 12 05:04:07 2000 +0000
@@ -160,6 +160,9 @@
       (load "international/ccl") ; for cpNNN coding systems in codepage.el
       (load "international/codepage")	; internal.el uses cpNNN coding systems
       (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
+(if (eq system-type 'macos)
+    (progn
+      (load "ls-lisp")))
 (if (fboundp 'atan)	; preload some constants and
     (progn		; floating pt. functions if we have float support.
       (load "float-sup")))