From 591b63b4245020c6ffd6ec7416dd45e3be62c1d0 Mon Sep 17 00:00:00 2001 From: Andrew Choi Date: Tue, 12 Dec 2000 05:04:07 +0000 Subject: * term/mac-win.el: Remove load for ls-lisp. * loadup.el: Load ls-lisp for system-type macos. --- lisp/loadup.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/loadup.el') diff --git a/lisp/loadup.el b/lisp/loadup.el index 31a7cac8c9d..48e46932775 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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"))) -- cgit v1.2.1