diff options
author | Andrew Choi <akochoi@shaw.ca> | 2000-12-12 05:04:07 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2000-12-12 05:04:07 +0000 |
commit | 591b63b4245020c6ffd6ec7416dd45e3be62c1d0 (patch) | |
tree | c9f3119282cc9567d7575297769ce87fee2707b0 /lisp/term | |
parent | 8165bf038f7543664974dfd89dd64e4ee8d254cd (diff) | |
download | emacs-591b63b4245020c6ffd6ec7416dd45e3be62c1d0.tar.gz |
* term/mac-win.el: Remove load for ls-lisp.
* loadup.el: Load ls-lisp for system-type macos.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/mac-win.el | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 9164d162f62..8a55ff2a139 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -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 |