diff options
| -rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 4aa092ad704..9fba537f006 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -6663,6 +6663,10 @@ values." | |||
| 6663 | (user (match-string (nth 2 tramp-file-name-structure) name)) | 6663 | (user (match-string (nth 2 tramp-file-name-structure) name)) |
| 6664 | (host (match-string (nth 3 tramp-file-name-structure) name)) | 6664 | (host (match-string (nth 3 tramp-file-name-structure) name)) |
| 6665 | (localname (match-string (nth 4 tramp-file-name-structure) name))) | 6665 | (localname (match-string (nth 4 tramp-file-name-structure) name))) |
| 6666 | (when (member method '("multi" "multiu")) | ||
| 6667 | (error | ||
| 6668 | "`%s' method is no longer supported, see (info \"(tramp)Multi-hops\")" | ||
| 6669 | method)) | ||
| 6666 | (if nodefault | 6670 | (if nodefault |
| 6667 | (vector method user host localname) | 6671 | (vector method user host localname) |
| 6668 | (vector | 6672 | (vector |