]> git.eshelyaron.com Git - emacs.git/commit
Tramp: honor default file modes in make-directory
authorStephen Gildea <stepheng+emacs@gildea.com>
Fri, 10 Sep 2021 13:30:06 +0000 (06:30 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Fri, 10 Sep 2021 13:30:06 +0000 (06:30 -0700)
commit5ee6583cb26801ba079e671071179482ccdd679a
tree7a70f2ae0d05f9eb6c9dbf97b5b5c3c74c16f17b
parentf94b915e2f079eeaf3890bb08658f7c84dfc0773
Tramp: honor default file modes in make-directory

* lisp/net/tramp-sh.el:
* lisp/net/tramp-adb.el:
* lisp/net/tramp-sudoedit.el:
* lisp/net/tramp-gvfs.el: Add support for default file modes to
relevant Tramp back ends for make-directory.  (Closes: Bug#50410)
* test/lisp/net/tramp-tests.el (tramp-test13-make-directory-with-file-modes):
New test.
* etc/NEWS: Note this enhancement.

Thanks to Michael Albinus for helping improve this patch.
etc/NEWS
lisp/net/tramp-adb.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
test/lisp/net/tramp-tests.el