]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 18 Oct 2011 09:58:06 +0000 (11:58 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 18 Oct 2011 09:58:06 +0000 (11:58 +0200)
lisp/ChangeLog
lisp/net/tramp.el

index 7f03894e728f9899e87c8743f011ce0843bc9214..b654be96e3f5336a769203a2d14f087ea809c935 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
+
 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
 
        * international/mule.el (sgml-html-meta-auto-coding-function):
index adc66f6766cc3303383ed7a0f0f45fed1068c789..cc4fda32dffcb6531df53681d686ce03cb9dfc28 100644 (file)
@@ -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.