From: Michael Albinus Date: Thu, 8 Aug 2019 13:42:06 +0000 (+0200) Subject: Suppress false alarm in Tramp X-Git-Tag: emacs-27.0.90~1669 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4084c16090d24e375d198c0f0e65b76afb6049a0;p=emacs.git Suppress false alarm in Tramp * lisp/net/tramp.el (tramp-dissect-file-name): Suppress false alarm. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 77d727e2f2f..7bae4347232 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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