]> git.eshelyaron.com Git - emacs.git/commit
Handle quoted tilde in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 13 Oct 2023 14:09:51 +0000 (16:09 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 13 Oct 2023 14:09:51 +0000 (16:09 +0200)
commitc8ea14e7825d536f41a230fc1298341a2462635e
tree4f7766ee80cd4174a9a8d251f205a7394321b12d
parent30239759ee45b5077caf95ce5aa47b3af885afbe
Handle quoted tilde in Tramp

* lisp/net/tramp.el (tramp-handle-expand-file-name):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
* lisp/net/tramp-sh.el (tramp-sh-handle-expand-file-name):
* lisp/net/tramp-smb.el (tramp-smb-handle-expand-file-name):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-expand-file-name):
Handle quoted tilde.  (Bug#65685)

* test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name-tilde):
New test.
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el