# HG changeset patch # User Geoff Voelker # Date 893376236 0 # Node ID 8def8352160640878efe57f72a86556e469f8bbf # Parent b1c3fe58dbbe0c80b54ebb40a5cda073510c2b0b (dired-chmod-program) [windows-nt]: Use chmod. diff -r b1c3fe58dbbe -r 8def83521606 lisp/dired.el --- 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