emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


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

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.586 emacs/lisp/files.el:1.587
*** emacs/lisp/files.el:1.586   Sun Jun 23 17:16:38 2002
--- emacs/lisp/files.el Sun Jun 30 10:41:43 2002
***************
*** 3770,3776 ****
    :type '(choice (string :tag "Program") (const :tag "None" nil))
    :group 'dired)
  
! (defcustom directory-free-space-args "-Pk"
    "*Options to use when running `directory-free-space-program'."
    :type 'string
    :group 'dired)
--- 3770,3777 ----
    :type '(choice (string :tag "Program") (const :tag "None" nil))
    :group 'dired)
  
! (defcustom directory-free-space-args
!   (if (eq system-type 'darwin) "-k" "-Pk")
    "*Options to use when running `directory-free-space-program'."
    :type 'string
    :group 'dired)



reply via email to

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