]> git.eshelyaron.com Git - emacs.git/commit
Make ls-lisp.el behave like Posix hosts when directory doesn't exist
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Feb 2019 13:45:23 +0000 (15:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Feb 2019 13:45:23 +0000 (15:45 +0200)
commit00b8c7ef96dacaf36ec6e66356b4d100ad9b1530
tree6e3fff159597db85fb49153029cd731ef42f669a
parent4d00262a8ebd3c8a0f3679a710b6bb8657bf2ca1
Make ls-lisp.el behave like Posix hosts when directory doesn't exist

* lisp/ls-lisp.el (ls-lisp-insert-directory): For a directory
that cannot be accessed, signal an error, like insert-directory
does on Posix systems.  This causes files-tests.el to pass on
MS-Windows.
lisp/ls-lisp.el