aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2011-10-18 11:58:06 +0200
committerMichael Albinus <[email protected]>2011-10-18 11:58:06 +0200
commit6a80b297a14917970c185abc180bfc027b78d64b (patch)
treefe1dd51a69a3ee7e99d1e5c81d5b2ab1faae16e0 /lisp/net
parent28ef7b42852ffb54804999219f12ab33454f64cb (diff)
* net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index adc66f6766..cc4fda32df 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1886,7 +1886,7 @@ Falls back to normal file name handler if no Tramp file name handler exists."
(when (and (listp sf) (eq (car sf) 'autoload))
(let ((default-directory
(tramp-compat-temporary-file-directory)))
- (load (cadr sf) 'noerror)))
+ (load (cadr sf) 'noerror 'nomessage)))
(apply foreign operation args))
;; Trace that somebody has interrupted the operation.