1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Suppress false alarm in Tramp

* lisp/net/tramp.el (tramp-dissect-file-name): Suppress false alarm.
This commit is contained in:
Michael Albinus 2019-08-08 15:42:06 +02:00
parent 2c0f6c3540
commit 4084c16090

View 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