mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-14 09:46:42 -04:00
Improve solution of bug #19701
src/w32.c (sys_readdir): Map ERROR_NOT_READY (as in "device not ready") to ENOENT.
This commit is contained in:
parent
6310530450
commit
989fb32064
|
|
@ -1,3 +1,8 @@
|
|||
2015-01-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32.c (sys_readdir): Map ERROR_NOT_READY (as in "device not
|
||||
ready") to ENOENT.
|
||||
|
||||
2015-01-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dired.c (directory_files_internal, file_name_completion)
|
||||
|
|
|
|||
Loading…
Reference in a new issue