1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

* net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.

This commit is contained in:
Michael Albinus 2011-10-18 11:58:06 +02:00
parent 28ef7b4285
commit 6a80b297a1
2 changed files with 5 additions and 1 deletions

View 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):

View 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.