(dired-chmod-program): Defined.

This commit is contained in:
Karl Heuer 1995-04-12 03:09:44 +00:00
parent a40dbafc08
commit 723ddb1f81

View 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.