Fix bug with make-directory on MS-Windows root
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 08:47:39 +0000 (01:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Sep 2017 08:48:04 +0000 (01:48 -0700)
commit1a01423b3c75bf08c255b3bd39f44d91e509a318
treeb8b05a72f605ae698a2ad78a9ea8ca00b17c1f26
parent066efb86660542238854a400c3c20b5cb526a3cd
Fix bug with make-directory on MS-Windows root

* lisp/files.el (files--ensure-directory): Treat any error, not
just file-already-exists, as an opportunity to check whether DIR
is already a directory (Bug#28508).
lisp/files.el