]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#28889
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 21 Oct 2017 16:51:25 +0000 (18:51 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 21 Oct 2017 16:51:25 +0000 (18:51 +0200)
commit0f286ca85a259575b67dba520ff72e59cc011426
tree7b4baf7f5f6bd7cd515d3bbfd0fdb5042b590e80
parent888e51f2203c125e8283852d55e54acc8e893f8a
Fix Bug#28889

* lisp/net/tramp.el: Change autoload cookie to tramp-autoload cookie.
(tramp-completion-file-name-regexp-default)
(tramp-completion-file-name-handler-alist)
(tramp-completion-file-name-handler): Remove autoload cookie.
(tramp-initial-completion-file-name-regexp): Remove.
(tramp-autoload-file-name-regexp): New defconst.
(tramp-register-autoload-file-name-handlers): Use it.
(with-parsed-tramp-file-name): Adapt docstring.  Compute
`tramp-file-name' slots.  (Bug#28889)
lisp/net/tramp.el