emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el,v
Date: Sat, 26 Jan 2008 14:54:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       08/01/26 14:54:56

Index: tramp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp.el,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -b -r1.170 -r1.171
--- tramp.el    24 Jan 2008 21:26:52 -0000      1.170
+++ tramp.el    26 Jan 2008 14:54:55 -0000      1.171
@@ -6663,6 +6663,10 @@
            (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]