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:
parent
2c0f6c3540
commit
4084c16090
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue