projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c0f6c3
)
Suppress false alarm in Tramp
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 8 Aug 2019 13:42:06 +0000
(15:42 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 77d727e2f2f901c2d2f7310ec602291705220bef..7bae4347232e6c0e7e357d8798057df6615f6362 100644
(file)
--- 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