]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-dissect-file-name): Raise an error when
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Jan 2008 14:54:55 +0000 (14:54 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 26 Jan 2008 14:54:55 +0000 (14:54 +0000)
Tramp 2.0 syntax is used.  Suggested by Trent W. Buck
<trentbuck@gmail.com>.

lisp/net/tramp.el

index 4aa092ad70406b5f3c64d4889db591cefff76f88..9fba537f006fe540069a32c357dd557160fee236 100644 (file)
@@ -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