]> git.eshelyaron.com Git - emacs.git/commit
Fix load-path issue when it contains remote directories
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 16 Jun 2017 12:46:25 +0000 (14:46 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 16 Jun 2017 12:46:25 +0000 (14:46 +0200)
commitea196ebb93188b0962f478f5dec0ff0645c4da10
treeb246e18195e13df653d77f6c2defb2dcce3ac7d5
parent8c21f8fab915a5dabd7c3d10aae07ff36a3830e4
Fix load-path issue when it contains remote directories

* lisp/net/tramp.el (tramp-file-name-handler): Use `autoloadp'.
(tramp-use-absolute-autoload-file-names): New defun.  Call it
after loading tramp.el.

* test/lisp/net/tramp-tests.el (tramp-test38-remote-load-path):
New test.
(tramp-test39-unload): Rename.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el