]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-chmod-program): Defined.
authorKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 03:09:44 +0000 (03:09 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 12 Apr 1995 03:09:44 +0000 (03:09 +0000)
lisp/dired.el

index 7c8e65a23d997dd1f565dd5cffab5f43ec18206b..f322422206d71ff1e272901b5b684d53520693bc 100644 (file)
@@ -51,6 +51,11 @@ may contain even `F', `b', `i' and `s'.  See also the variable
       "chown" "/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').")
+
 ;;;###autoload
 (defvar dired-ls-F-marks-symlinks nil
   "*Informs dired about how `ls -lF' marks symbolic links.