]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-chmod-program) [windows-nt]: Use chmod.
authorGeoff Voelker <voelker@cs.washington.edu>
Fri, 24 Apr 1998 00:03:56 +0000 (00:03 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Fri, 24 Apr 1998 00:03:56 +0000 (00:03 +0000)
lisp/dired.el

index a28865c05fe9660be1c714fe063096da4dfe141e..c8f6c6de60ed16928239aa2eb43d5310f170163d 100644 (file)
@@ -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