Fix Bug#27315
commit164fcc6f26e4a539f6cb1e4b7196ce5f93d06a53
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 14 Jun 2017 12:17:22 +0000 (14 14:17 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 14 Jun 2017 12:17:22 +0000 (14 14:17 +0200)
tree23b08f4be044bea2a34d69743bab1e2fc81ad90a
parent5647c4a2c62054ad3dae3d6d83739b7cc4d10c9f
Fix Bug#27315

* lisp/net/tramp-cache.el (tramp-cache-read-persistent-data):
New defvar.
(top): Use it.

* lisp/net/tramp.el (tramp-handle-file-name-case-insensitive-p):
Check for connected, not for connectable.  (Bug#27315)
(tramp-process-actions):
* lisp/net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
Use `tramp-cache-read-persistent-data'.

* test/lisp/net/tramp-tests.el (top): Set also
`tramp-cache-read-persistent-data'.
lisp/net/tramp-cache.el
lisp/net/tramp-gvfs.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el