]> git.eshelyaron.com Git - emacs.git/commit
Fix file name quoting in tramp-smb.el
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Jun 2022 10:43:17 +0000 (12:43 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 15 Jun 2022 10:43:17 +0000 (12:43 +0200)
commit6237aec6ca2dcd2958999323b7ccf7e9c502dd94
treeb64267d35b732671a6ad0f7bb8c53c0fd2309bbc
parent8fca44da816af3d8f3dde2cea871c7563961ef69
Fix file name quoting in tramp-smb.el

* lisp/net/tramp-smb.el (tramp-smb-shell-quote-localname): New defun.
(tramp-smb-handle-add-name-to-file, tramp-smb-handle-copy-file)
(tramp-smb-handle-delete-directory)
(tramp-smb-handle-delete-file)
(tramp-smb-do-file-attributes-with-stat)
(tramp-smb-handle-file-local-copy)
(tramp-smb-handle-file-system-info)
(tramp-smb-handle-make-directory-internal)
(tramp-smb-handle-make-symbolic-link)
(tramp-smb-handle-process-file, tramp-smb-handle-rename-file)
(tramp-smb-handle-set-file-modes)
(tramp-smb-handle-start-file-process)
(tramp-smb-handle-write-region, tramp-smb-get-file-entries)
(tramp-smb-get-stat-capability): Use it.
(tramp-smb-get-localname): Remove superfluous test.  (Bug#55855)
lisp/net/tramp-smb.el