]> git.eshelyaron.com Git - emacs.git/commit
; tramp-auto-save-directory: set mode atomically when creating
authorStephen Gildea <stepheng+emacs@gildea.com>
Sat, 25 Sep 2021 04:59:17 +0000 (21:59 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Sat, 25 Sep 2021 04:59:17 +0000 (21:59 -0700)
commit00556cf805347c6e9084a771ab74861b6b623943
tree3fbf680095ba1898dee31f872a2421189923881b
parent9bc2ac4a95ed2c1d6d7b56c3a1fd72e5ee1dc5f5
; tramp-auto-save-directory: set mode atomically when creating

* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
Use with-file-modes around make-directory.  We can do this because
Tramp now honors default file modes in make-directory.
lisp/net/tramp.el