From 723ddb1f818ffaa7aa2f65cf4a65d2ea4a013c1f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 12 Apr 1995 03:09:44 +0000 Subject: [PATCH] (dired-chmod-program): Defined. --- lisp/dired.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/dired.el b/lisp/dired.el index 7c8e65a23d9..f322422206d 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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. -- 2.39.5