]> git.eshelyaron.com Git - emacs.git/commit
Fix Bug#28959
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 26 Oct 2017 14:24:28 +0000 (16:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 26 Oct 2017 14:24:28 +0000 (16:24 +0200)
commit646e56e150ca08978d6ce736b12867b4958a0cd8
tree8b4efabdad7c2dc939b1f6d835c42f1cf60fbf20
parent685fd779592db0019b8489a06d72ec4bebef3c9a
Fix Bug#28959

* lisp/net/tramp.el (tramp-handle-find-backup-file-name):
Use `tramp-tramp-file-p' rather than `tramp-file-name-p'.  Add
hop to backup file name.  (Bug#28959)

* test/lisp/net/tramp-tests.el (tramp-test34-find-backup-file-name):
New test.
(tramp-test35-make-nearby-temp-file)
(tramp-test36-special-characters)
(tramp-test36-special-characters-with-stat)
(tramp-test36-special-characters-with-perl)
(tramp-test36-special-characters-with-ls, tramp-test37-utf8)
(tramp-test37-utf8-with-stat, tramp-test37-utf8-with-perl)
(tramp-test37-utf8-with-ls, tramp-test38-file-system-info)
(tramp-test39-asynchronous-requests)
(tramp-test40-recursive-load, tramp-test41-remote-load-path)
(tramp-test42-delay-load, tramp-test43-unload): Rename.
lisp/net/tramp.el
test/lisp/net/tramp-tests.el