diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-10-24 20:56:40 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-10-24 20:56:40 +0200 |
commit | f1f1687fcd8d48cd519c0f2977bcecbf394a7f01 (patch) | |
tree | 6c54cbb4b5d062afc37f69d06ebd68d3102f6c76 /lisp/net/tramp-compat.el | |
parent | 129ffc2761bc977dc859e7065668cdd997fb4ef7 (diff) | |
download | emacs-f1f1687fcd8d48cd519c0f2977bcecbf394a7f01.tar.gz emacs-f1f1687fcd8d48cd519c0f2977bcecbf394a7f01.tar.bz2 emacs-f1f1687fcd8d48cd519c0f2977bcecbf394a7f01.zip |
Fix Bug#33141
* lisp/net/tramp.el (tramp-make-tramp-file-name): Avoid check for
empty method with simplified `tramp-syntax'. (Bug#33141)
Diffstat (limited to 'lisp/net/tramp-compat.el')
-rw-r--r-- | lisp/net/tramp-compat.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index ec8e54509d1..15b5a4958c6 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -269,4 +269,7 @@ A nil value for either argument stands for the current time." ;;; TODO: +;; * When we get rid of Emacs 24, replace "(mapconcat 'identity" by +;; "(string-join". + ;;; tramp-compat.el ends here |