1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.

This commit is contained in:
Michael Albinus 2008-02-13 17:20:11 +00:00
parent 4c9702c3e8
commit de95cc30ec
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-02-13 Michael Albinus <michael.albinus@gmx.de>
* net/ange-ftp.el (ange-ftp-cf1): Quote FILENAME.
2008-02-12 Juri Linkov <juri@jurta.org>
* startup.el (fancy-startup-screen, normal-splash-screen):

View file

@ -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)