emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term/mac-win.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/term/mac-win.el
Date: Sun, 30 Jun 2002 10:41:47 -0400

Index: emacs/lisp/term/mac-win.el
diff -c emacs/lisp/term/mac-win.el:1.10 emacs/lisp/term/mac-win.el:1.11
*** emacs/lisp/term/mac-win.el:1.10     Sat Jun 29 15:01:32 2002
--- emacs/lisp/term/mac-win.el  Sun Jun 30 10:41:47 2002
***************
*** 104,113 ****
  ;; Don't have this yet.
  (fset 'x-get-resource 'ignore)
  
! (if (eq system-type 'darwin)
!     ;; df on Darwin does not understand -P
!     (setq directory-free-space-args "-k")
! 
    ;; 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
--- 104,110 ----
  ;; Don't have this yet.
  (fset 'x-get-resource 'ignore)
  
! (unless (eq system-type 'darwin)
    ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]