summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1998-04-24 00:03:56 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1998-04-24 00:03:56 +0000
commit726a6e9589f092b1aa3bba47bdc3ff122ea96771 (patch)
treed6f6e7e80f64de864117473adeaee78d794b28ae /lisp/dired.el
parent1e37aae0d4a147afd3dba259adf86baea5af0e89 (diff)
downloademacs-726a6e9589f092b1aa3bba47bdc3ff122ea96771.tar.gz
(dired-chmod-program) [windows-nt]: Use chmod.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el6
1 files changed, 2 insertions, 4 deletions
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