summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2008-02-13 17:19:22 +0000
committerMichael Albinus <michael.albinus@gmx.de>2008-02-13 17:19:22 +0000
commit38bc36b5a4b6cc9daa75a20253ca2b507371062c (patch)
tree6b7d9ea0b29ea4937f52ab59c2116be4d3c7fd94 /lisp
parent1e4321f7cbd3648638ac265547678f72c37ff7c0 (diff)
downloademacs-38bc36b5a4b6cc9daa75a20253ca2b507371062c.tar.gz
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/ange-ftp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index d53f740296a..d4816dbe1c8 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -3766,7 +3766,7 @@ Value is (0 0) if the modification time cannot be determined."
(ange-ftp-send-cmd
t-host
t-user
- (list 'put (or temp2 filename) t-name)
+ (list 'put (or temp2 (ange-ftp-quote-string filename)) t-name)
(or msg
(if (and temp2 f-parsed)
(format "Putting %s" newname)