From: Geoff Voelker Date: Fri, 24 Apr 1998 00:03:56 +0000 (+0000) Subject: (dired-chmod-program) [windows-nt]: Use chmod. X-Git-Tag: emacs-20.3~1333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=912aace821c8fe9d4a0af95540c29ba842011e4a;p=emacs.git (dired-chmod-program) [windows-nt]: Use chmod. --- diff --git a/lisp/dired.el b/lisp/dired.el index a28865c05fe..c8f6c6de60e 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -67,10 +67,8 @@ may contain even `F', `b', `i' and `s'. See also the variable "/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