]> git.eshelyaron.com Git - emacs.git/commit
Fix error in tramp-sh-handle-insert-directory
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jan 2021 15:32:32 +0000 (16:32 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jan 2021 15:32:32 +0000 (16:32 +0100)
commitf5a1315f1ea035f30d1161e4af200acafdfebe01
treed56494af6520cd410894e4e35a0e321a2609e0cb
parent56556b5f4d73d9c3683fa7573e6bd89f2ef37902
Fix error in tramp-sh-handle-insert-directory

* lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory): Let buffer be
unibyte when applying numbers returned with the ls --dired option.
Reported by Justus Piater <Justus-dev@Piater.name>.

* test/lisp/net/tramp-tests.el (tramp--test-check-files): Extend test.
lisp/net/tramp-sh.el
test/lisp/net/tramp-tests.el