mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(dired-chmod-program): Defined.
This commit is contained in:
parent
a40dbafc08
commit
723ddb1f81
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue