]> git.eshelyaron.com Git - emacs.git/commitdiff
Suppress false alarm in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Aug 2019 13:42:06 +0000 (15:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Aug 2019 13:42:06 +0000 (15:42 +0200)
* lisp/net/tramp.el (tramp-dissect-file-name): Suppress false alarm.

lisp/net/tramp.el

index 77d727e2f2f901c2d2f7310ec602291705220bef..7bae4347232e6c0e7e357d8798057df6615f6362 100644 (file)
@@ -1440,7 +1440,7 @@ default values are used."
                     :method method :user user :domain domain :host host
                     :port port :localname localname :hop hop))
          ;; The method must be known.
-         (unless (or (tramp-completion-mode-p)
+         (unless (or nodefault (tramp-completion-mode-p)
                      (string-equal method tramp-default-method-marker)
                      (assoc method tramp-methods))
            (tramp-user-error