`mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
+2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
+
+ * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
+ `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
+
2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
* term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
(setq cmd1 (funcall fix-name-func cmd1)))
;; Second argument is the remote name
- ((memq cmd0 '(append put chmod))
+ ((or (memq cmd0 '(append put chmod))
+ (and (eq cmd0 'quote) (string= cmd1 "mdtm")))
(setq cmd2 (funcall fix-name-func cmd2)))
-
;; Both arguments are remote names
((eq cmd0 'rename)
(setq cmd1 (funcall fix-name-func cmd1)