diff lisp/term/mac-win.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 a72416fbef44
children b174db545cfd
line wrap: on
line diff
--- a/lisp/term/mac-win.el	Tue Dec 12 04:54:02 2000 +0000
+++ b/lisp/term/mac-win.el	Tue Dec 12 05:04:07 2000 +0000
@@ -100,16 +100,12 @@
 ;; Don't have this yet.
 (fset 'x-get-resource 'ignore)
 
-;; Use Lisp verison of ls instead of calling subprocess on ls (faster,
-;; don't need to write ls).
-(load "ls-lisp")
-
-(require 'dired)
-
 ;; This variable specifies the Unix program to call (as a process) to
 ;; deteremine the amount of free space on a file system (defaults to
 ;; df).  If it is not set to nil, ls-lisp will not work correctly
 ;; unless an external application df is implemented on the Mac.
+(require 'dired)
+
 (setq dired-free-space-program nil)
 
 ;; Set this so that Emacs calls subprocesses with "sh" as shell to