From: Michael Albinus Date: Sat, 26 Jan 2008 14:54:55 +0000 (+0000) Subject: * net/tramp.el (tramp-dissect-file-name): Raise an error when X-Git-Tag: emacs-pretest-23.0.90~8391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d449a36ccff14cfa371f61cf57501e073e5d2f9;p=emacs.git * net/tramp.el (tramp-dissect-file-name): Raise an error when Tramp 2.0 syntax is used. Suggested by Trent W. Buck . --- 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." (user (match-string (nth 2 tramp-file-name-structure) name)) (host (match-string (nth 3 tramp-file-name-structure) name)) (localname (match-string (nth 4 tramp-file-name-structure) name))) + (when (member method '("multi" "multiu")) + (error + "`%s' method is no longer supported, see (info \"(tramp)Multi-hops\")" + method)) (if nodefault (vector method user host localname) (vector