changeset 11396:9c92e5ea420a

(dired-chmod-program): Defined.
author Karl Heuer <kwzh@gnu.org>
date Wed, 12 Apr 1995 03:09:44 +0000
parents a3c6991e86b4
children eba8070796a4
files lisp/dired.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Wed Apr 12 03:08:59 1995 +0000
+++ b/lisp/dired.el	Wed Apr 12 03:09:44 1995 +0000
@@ -51,6 +51,11 @@
       "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.