From 4084c16090d24e375d198c0f0e65b76afb6049a0 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 8 Aug 2019 15:42:06 +0200 Subject: [PATCH] Suppress false alarm in Tramp * lisp/net/tramp.el (tramp-dissect-file-name): Suppress false alarm. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2