Mercurial > emacs
changeset 21743:8def83521606
(dired-chmod-program) [windows-nt]: Use chmod.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Fri, 24 Apr 1998 00:03:56 +0000 |
parents | b1c3fe58dbbe |
children | 64c815fe1bdc |
files | lisp/dired.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired.el Thu Apr 23 23:43:22 1998 +0000 +++ b/lisp/dired.el Fri Apr 24 00:03:56 1998 +0000 @@ -67,10 +67,8 @@ "/etc/chown")) "Name of chown command (usually `chown' or `/etc/chown').") -(defvar dired-chmod-program - (if (eq system-type 'windows-nt) - "chmode" "chmod") - "Name of chmod command (usually `chmod' or `chmode').") +(defvar dired-chmod-program "chmod" + "Name of chmod command (usually `chmod').") ;;;###autoload (defcustom dired-ls-F-marks-symlinks nil