]> git.eshelyaron.com Git - emacs.git/commit
Handle empty strings in Tramp's expand-file-name implementations
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Mar 2019 11:06:09 +0000 (12:06 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Mar 2019 11:06:09 +0000 (12:06 +0100)
commitbe147d24198479bd569e71603c1d80f579311872
tree73669a8f973c8ccb092a4be3f6da43890d581a14
parenta3be45ddf43da73ce91731cfd4792abf14596637
Handle empty strings in Tramp's expand-file-name implementations

* 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 empty NAME.

* test/lisp/net/tramp-tests.el (tramp-test01-file-name-syntax)
(tramp-test01-file-name-syntax-simplified)
(tramp-test01-file-name-syntax-separate): Use neutral IPv4 address.
(tramp-test05-expand-file-name): Check also "." and "".
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