]> git.eshelyaron.com Git - emacs.git/commit
Assume make-directory handler follows new API
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 09:08:21 +0000 (01:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 09:09:46 +0000 (01:09 -0800)
commitcc2cc0c2971bf867283d1478bd0d99c2f420f982
tree09f1ae1a56f4d860fcc3c4b44c4d9d5f39447545
parent6c1413d5ef0d1fea639b0d8c83a0c0065d99359b
Assume make-directory handler follows new API

Suggested by Michael Albinus (Bug#58919#56).
* lisp/files.el (files--ensure-directory): Omit recently-added arg
MKDIR, since it is now always make-directory again.  All uses
changed.
(make-directory): Assume the make-directory handler follows the
new API where it yields non-nil if DIR already exists.  This
reverts some of the recent changes in this area, and simplifies
this funciton.
lisp/files.el