]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#29163
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Nov 2017 12:31:53 +0000 (13:31 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Nov 2017 12:31:53 +0000 (13:31 +0100)
commit06d05fec84ded5d48aafc8649f861884afdec0b7
tree122f80dbbfb9ddf854071112ca1333bb022eb3d3
parentac64fdb248d791b204cf579f878f8542ded0d067
Fix Bug#29163

* lisp/net/tramp.el (tramp-autoload-file-name-regexp):
Do not use "\\'" in regexp.  (Bug#29163)
(top) Do not run (tramp-register-autoload-file-name-handlers)
when loading tramp.el.

* test/lisp/net/tramp-tests.el (tramp--test-mock-p): New defun.
(tramp-test32-environment-variables-and-port-numbers)
(tramp-test41-asynchronous-requests): Use it.
(tramp-test42-auto-load): New test.
(tramp-test43-recursive-load, tramp-test44-remote-load-path)
(tramp-test45-delay-load, tramp-test46-unload): Rename.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el