Fix auto-save-file-name problem in Tramp on MS Windows
commit299b190a6b54ae6df5a5d38205c3137b6578689d
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jan 2017 16:35:23 +0000 (17 17:35 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jan 2017 16:35:23 +0000 (17 17:35 +0100)
tree4909948a8c8a7b12b94c520e24ef6af4da69f61c
parent021d340cf94f6670f1c45175e856f3394f7fcae1
Fix auto-save-file-name problem in Tramp on MS Windows

* lisp/files.el (make-auto-save-file-name): Use `file-remote-p'
rather than an ange-ftp regexp.

* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
Fix a problem when running on MS Windows.

* test/lisp/net/tramp-tests.el (tramp-test31-make-auto-save-file-name):
Adapt test.
lisp/files.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el